Questions tagged [local-node-modules]
15 questions
2
votes
1 answer
electron install error : Generated checksum for "electron-v2.0.2-win32-x64.zip" did not match expected checksum
I want to install latest electron version in my existing angular application.So I followed npm command to install it.
Command : npm i electron@latest
Expected Behavior
Electron should installed successfully.
Actual Behavior
So, Whenever I tried to…

Kajal Joshi
- 21
- 2
1
vote
0 answers
using a locally edited npm package
I made a small modification in a package and I moved this package from node_modules to a dependencies folder in my angular project directory. Then I edited package.json and replaced the version of the specified package by…

jim997
- 13
- 2
1
vote
1 answer
How to update local node_module dependency and reload in another project?
I have two local JavaScript projects. Let's call them spinner and admin.
spinner is part of a dependency for admin. However, there's a bug in spinner and I need to fix this bug. I thin I have fixed the bug, but I don't know how to reload this…

ILikeTacos
- 17,464
- 20
- 58
- 88
0
votes
0 answers
In angular, the size of my main.js file is 20mb and vendor.js file is 7mb, what could be the issue and how can I optimize my build?
Size of main.js = 20mb and size of vendor.js = 7.84mb, what could be the issue and how can I optimize my build?
I tried using ng build --prod which gives error for version 15.2-15.3

Anushka Sen
- 1
- 1
0
votes
0 answers
Using npm on a machine without internet access, but with lots of modules in mutiple node_modules directorties
I would like to create a new npm project with a few modules on a machine without internet access.
This machine has various older projects each with a node_modules folder with lots of modules in there.
Can I somehow tell npm to use all these modules…

halloleo
- 9,216
- 13
- 64
- 122
0
votes
1 answer
What is the best way to use local module in NodeJS Cloud Functions?
In my NodeJS application I have few common code that could be used by many other Cloud Functions in GCP. But I don't know how can I share these code among multiple apps to reduce code redundancy.
I thought of keeping these files in GCS and use that…

shary.sharath
- 649
- 2
- 14
- 29
0
votes
0 answers
Issue with running nodemon using nodev16.16.0 ( dyld[]: missing symbol called)
When Running the nodemon app, it's failing on macbook m1 pro chip.
It's showing missing symbol called.
Even tried with rosetta terminal and installed nvm version 16 on that, still failing
Link which I referred:- Dyld Issue with yarn and…

praveen
- 23
- 5
0
votes
0 answers
When I build docker image, i want to prevent installing node_modules in my local directory
I'm studying using dockers in create-react-app.
I don't want node_modules to be installed in my local directory because I'm running npm install inside the docker container, so I only need package.json in my directory, right?
But every time I build…
0
votes
1 answer
How to put webPack config file in to node modules?
Please help me to find a solution:
I need to create custom webPack config and put it into node_modules? Then I need to use it in any project with the possibility to extend it with local webPack config file.
How to put WebPack global config in node…
0
votes
1 answer
Visual Studio Code ionic "node_modules" unavailable
I am working on Visual Studio Code. When I look through the list of code the "node_modules, platforms & plugins drop downs" are grey and appear to be unavailable. Can anyone suggest a solution to this problem?
0
votes
1 answer
How to allow a custom local node_module to navigate project file system?
I have a linked local custom node_module that needs to use the projects file directory: /tmp in order to dump a file there during run time. How can I direct my custom node_module to this directory?
I have tried accessing root using nodes internal…

user11317802
- 79
- 11
0
votes
0 answers
Why Angular 2+ need to be pre-installed before creating project since it has node_modules installed itself?
Angular-cli needs to be installed before creating project globally or locally, but as far I know every angular project has it's own node_modules with binaries and package-lock.json hence it is a complete installation itself. Today I started using…

Piotr Bartoch
- 407
- 1
- 5
- 18
0
votes
2 answers
Can't succeed in unexcluding node_modules in WebStorm Node React
I can't un-exclude node_modules in WebStorm 2018.2.3.
When I click to uncheck excluded nothing happens. I tried restarting my IDE and my laptop but got the same result.
Is there a reason? I found this link (for an older version of WebStorm) but it…

Benjamin Maine
- 42
- 6
-1
votes
1 answer
Do we need to install all plugins from scratch in Gatsby?
When we clone any repository from bitbucket or any other platform, we did not get node modules with it.
So when we run gatsby develop it says 'there was a problem loading the local development command. Gatsby may not be installed in your site's…

ADITYA UDAY UBALE
- 23
- 2
- 7
-3
votes
0 answers
identify in who what install npm package
I have package in node module which not in package.json
how find what package is resoan for the package node module but not in package.json
or find peer depentancy of packages
tryied npm ls
still those package are not listted in it

DHEERAJ C JUSTIN
- 5
- 1