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.

[0.1.7] Critical Error: Cannot find module './runtime/providers/log'

See original GitHub issue

Hello!

The latest version, 0.1.7 is generating a fatal error when I try to deploy my app on Vercel.

 ✖ Nuxt Fatal Error
Error: Cannot find module './runtime/providers/log
Require stack:
 - /vercel/cea6d456332c12ca/.build-utils/.builder/node_modules/@nuxtjs/web-vitals/dist/index.cjs
 - /vercel/path0/node_modules_dev/@nuxt/core/dist/core.js
Require stack:
 - /vercel/cea6d456332c12ca/.build-utils/.builder/node_modules/@nuxtjs/web-vitals/dist/index.cjs
 - node_modules_dev/@nuxt/core/dist/core.js

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:4
  • Comments:6

github_iconTop GitHub Comments

1reaction
hojascommented, Aug 19, 2021
  1. Remove node_modules and package-lock.json
  2. Reinstall packages
  3. Working
0reactions
MarvinKweyucommented, Aug 23, 2021

@hojas Works like a charm

Read more comments on GitHub >

github_iconTop Results From Across the Web

AryanJ-NYC - GitHub
This error occurs when your nextjs symlinks are missing. Make sure when you compress your files before deployment, you also store symlinks.
Read more >
How do I resolve "Cannot find module" error using Node.js?
Using npm install installs the module into the current directory only (in a subdirectory called node_modules ). Is app.js located under ...
Read more >
cannot find module [Node npm Error Solved] - freeCodeCamp
In my case, I got it like this "Module not found: Error: Can't resolve 'react-icons/fa' in 'C:\Users\user\Desktop\Projects\Address Locator\ ...
Read more >
Fix a CloudWatch canary that's failing with the error "Cannot ...
The error message reads: Cannot find module '/opt/nodejs/node_modules/myfunction. You must create your .zip file under the nodejs/node_modules ...
Read more >
Could not find module for target 'x86_64-apple-ios-simulator'
Could not find module 'CustomFrameworkName' for target 'x86_64-apple-ios-simulator'; found: arm64, ... Can someone please let me know how to fix this error.
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