When I run, npm run dev command it give me the below error, please solve it.
ERROR in ./resources/assets/core/plugins/custom/typedjs/typedjs.js 3:15-47
Module not found: Error: Package path ./lib/typed.js is not exported from package D:\office development projects\laravel\node_modules\typed.js (see exports field in D:\office development projects\laravel\node_modules\typed.js\package.json)
Did you miss the leading dot in 'resolve.extensions'? Did you mean '[".*",".wasm",".mjs",".js",".jsx",".json"]' instead of '["*",".wasm",".mjs",".js",".jsx",".json"]'?
Hi,
There was a known issue. The issue you experienced was due to a problem with the latest version of the typed.js library. To resolve this issue, you should downgrade the package to version 2.0.12 by running the following command:
npm install typed.js@2.0.12
npm run dev
Dear Faizal,
Thank you very much the issue solved.
Hi ,
Great! If you need any further help please let us know.
All the best with your projects!
Regards.