Installation Error 'Module not found'
See original GitHub issueNODE v 12.22.5 YARN v 1.22.5
I followed the official installation guide ( CLI ) on MacOS, which resulted in the following error:
Error in ./.nuxt/router.js
Module not found: Error: Can't resolve '../pages/ResetPassword.vue' in '/Users/username/Sites/localhost/website/.nuxt'
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Python - Module Not Found - Stack Overflow
You need to make sure the module is installed for all versions of python · Change the import line in hello-world.py to from...
Read more >module-not-found - Next.js
The module you're trying to import is not installed in your dependencies · The module you're trying to import is in a different...
Read more >How do I resolve a 'module not found' error? - Vercel
The 'module not found' error is a syntax error that appears when the static import statement cannot find the file at the declared...
Read more >Windows 10 Home Printer Driver Installation Error Module Not ...
A locally connected version 3 printer driver is found to be getting failed during installation in 64 bit Windows 10 Home version.
Read more >Fix Global Installs Not Working | "Cannot find module" error FIX
Getting "Cannot find module " after installing something globally (with -g)? Well, this video shows you how to fix global package/ module ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thank you for reporting the issue. While we are working on the fix, you can use the following workaround to run the project:
package.json
and change the versions of the following packages from^2.3.3
to~2.3.3
:@vue-storefront/middleware
@vue-storefront/nuxt
@vue-storefront/nuxt-theme
yarn
, thenyarn dev
).The issue has been fixed.