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.

[BUG] Cannot Find Module "is-npm"

See original GitHub issue

Action config

Error message

image

Expected behavior

Deployment completes successfully.

Actual behavior

Deployment fails due to missing module is-npm in firebase-tools.

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:23
  • Comments:21

github_iconTop GitHub Comments

4reactions
aliak00commented, Sep 24, 2022

FYI @bkendall : Changed github action to use node 16 instead of 14 and it all good 🤷

image
2reactions
bkendallcommented, Sep 27, 2022

Alright, we’ve at least made a little patch in the code we think is triggering the error to catch it and be a little more quiet if this happens. We’re still digging into why this is happening, but planning on releasing tomorrow morning with that patch.

Read more comments on GitHub >

github_iconTop Results From Across the Web

cannot find module [Node npm Error Solved] - freeCodeCamp
When you get the “cannot find module” error, or “module not found”, it means you've not installed the package you're trying to use....
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 >
[BUG] ```npm run / start / test``` cannot find module when path ...
[BUG] npm run / start / test cannot find module when path to directory contains ampersand & or caret ^ . #4225. Open....
Read more >
Cannot find module 'X' error in Node.js | bobbyhadz
Cannot find module 'X' error in Node.js # · Forgetting to install a third-party package with npm install module-name . · Pointing the...
Read more >
@bugsnag/js - npm
Automatically detect JavaScript errors in the browser and Node.js, ... This package contains both @bugsnag/browser and @bugsnag/node and the ...
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