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.

fix: Error: Cannot find module './utils'

See original GitHub issue

🐛 The bug I am getting the following issue while running npm run dev:

error

🛠️ To reproduce Steps to reproduce the behavior:

  1. Install nuxt-typed-vuex@0.1.15 , @nuxt/typescript-build, '@nuxt/typescript-runtime`
  2. run npm run dev
  3. See error in console

🌈 Expected behaviour Project should boot up without the exception.

ℹ️ Additional context Everything seems okay with 0.1.13.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

7reactions
andrewvasilchukcommented, Mar 6, 2020

@adrian-goe, These steps helped me:

  1. delete node_modules
  2. npm cache clean -f
  3. npm install
1reaction
adrian-goecommented, Mar 6, 2020

Thanks, that worked @andrewvasilchuk

Read more comments on GitHub >

github_iconTop Results From Across the Web

1 Answer - 1 - Stack Overflow
I am setting up my node js server and I have this error when I run this command npm run dev : Error:...
Read more >
JavaScript Utils Module Not Found - Codecademy Forums
When I run my JavaScript program, an error appears that reads: Error: Cannot find module './utils'. This error is also attached in the...
Read more >
Issues - GitHub
fix : Error: Cannot find module './utils' #65 ... Cannot find module './utils' Require stack: - node_modules/nuxt-typed-vuex/lib/index.js ...
Read more >
require.resolve "Error: Cannot find module" but ... - Reddit
require.resolve "Error: Cannot find module" but module exists in node_modules folder. this ...
Read more >
error ts2307: cannot find module or its corresponding type ...
The error TS2307: Cannot find module or its corresponding type declarations generally occurs when you try to import a module or library that...
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