question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Installation Error 'Module not found'

See original GitHub issue

NODE 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:closed
  • Created 2 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
filipsobolcommented, Aug 18, 2021

Thank you for reporting the issue. While we are working on the fix, you can use the following workaround to run the project:

  1. Create a new project using the CLI.
  2. Open 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
  3. Install dependencies and start the project (yarn, then yarn dev).
0reactions
filipsobolcommented, Aug 20, 2021

The issue has been fixed.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found