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.

Module not installable with npm

See original GitHub issue

Describe the bug Current version 0.6.1 is not installable with npm. When I use pnpm it works. However the container does not build on CloudRun because it also has this problem.

To Reproduce

  1. Initialize svelte kit demo app
  2. Add “svelte-adapter-firebase”: “^0.6.1” as devDependency in package.json
  3. run npm i
  4. See error

Expected behavior npm install should work and container should build on CloudRun

Screenshots image image

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:11 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
jthegeduscommented, May 9, 2021

@nhe23 Can you open a new Issue?

Also, I no longer compile the adapter, so feel free to go to that node_modules/svelte-adapter-firebase/src/index.js:108:31 file and edit the code to test solutions.

1reaction
jthegeduscommented, May 7, 2021

I will work on #24 next so these types of issues get caught sooner. Apologies 🙏

Read more comments on GitHub >

github_iconTop Results From Across the Web

NPM doesn't install module dependencies - Stack Overflow
Local Npm module "xxx" not found. Is it installed? For now, the solution is: Create package.json in the same directory as Gruntfile.js ...
Read more >
npm install not installing dependencies listed in package.json ...
I'm opening this issue because: npm is crashing. npm is producing an incorrect install. npm is doing something I don't understand.
Read more >
5 Ways to Fix the Npm Install Not Working Issue
Way 1. Make Sure Npm Is Installed · Way 2. Make Sure There Is a Package.json File · Way 3. Delete Lock File...
Read more >
cannot find module [Node npm Error Solved] - freeCodeCamp
I'm getting the error because I'm trying to import the freeCodeCamp icon from the react-icons package, which I don't have installed.
Read more >
Downloading and installing packages locally - npm Docs
This will create the node_modules directory in your current directory (if one doesn't exist yet) and will download the package to that directory....
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