login URL not found - Laravel 8.1.7
I am receiving login URL not found after installation. It may be related to the error received during "npm run dev".
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 /var/www/html/metronic/node_modules/typed.js (see exports field in /var/www/html/metronic/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"]'?
I tried using nodejs version 14.21 and 16.19 and both have the same error.
Any help is appreciated!!
Replies (1)
Hi Aaron,
Please update your package.json file with the following version for typed.js:
"typed.js": "2.0.12" This fix has already been included in the recent version.
Thanks