Module not installable with npm
See original GitHub issueDescribe 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
- Initialize svelte kit demo app
- Add “svelte-adapter-firebase”: “^0.6.1” as devDependency in package.json
- run
npm i
- See error
Expected behavior npm install should work and container should build on CloudRun
Screenshots
Issue Analytics
- State:
- Created 2 years ago
- Comments:11 (9 by maintainers)
Top 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 >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 FreeTop 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
Top GitHub Comments
@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.I will work on #24 next so these types of issues get caught sooner. Apologies 🙏