fix: Error: Cannot find module './utils'
See original GitHub issue🐛 The bug
I am getting the following issue while running npm run dev
:
🛠️ To reproduce Steps to reproduce the behavior:
- Install
nuxt-typed-vuex@0.1.15
,@nuxt/typescript-build
, '@nuxt/typescript-runtime` - run
npm run dev
- 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:
- Created 4 years ago
- Comments:7 (5 by maintainers)
Top 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 >
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 Free
Top 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
@adrian-goe, These steps helped me:
node_modules
npm cache clean -f
npm install
Thanks, that worked @andrewvasilchuk