How to avoid installing nested dependency for specific package which is vulnerable [closed]
Closed 3 days ago.
How to avoid installing nested dependency for specific package which is vulnerable [closed]
Closed 3 days ago.
Error: Cannot find module ‘node:path’, while using any npm command
my nodejs app was working fine, then i tried to install mongoose,
Access variable from NPM outside of NPM internal function
I’m trying to access a variable that runs via npm. I can get the variable directly in the function, but I can’t seem to pass it outside using callbacks or returning it, etc..
run a npm script from command line (npm exec/npx) Error: could not determine executable to run
I have created a npm package that has 2 scripts that can be run from the command line:
What is Npm? A high level description
Why is npm described only as a package manager when it is also used in commandline for running the commands to start/build/test your frontend server? When someone asks what do you use to build your frontend , you would never say npm but you actually do use npm commands to do it.
I’m getting and unhandled promise rejection that I need correct syntax for in nodejs
I’ve created a module that is pulling data from binance us api, but I can’t seem to send that variable to any other file properly. I’m trying to create a function that pulls a variable each time it runs and send it to be used as a dynamic variable in another file.
Prevent npm from running in the background by default
I noticed I was getting random “notifications” within my terminal that npm had an update available (similar but not identical to what’s shown in this post which helped me disable that feature).
Is it possible to use .npmrc to enforce a npm install switch?
I need users to run npm install --install-strategy=linked
.
Unable to use NPM after installing Node.js. Error message below
I have just installed Node.js in my pc using the .msi installer. I’m using node’s latest version (20.14.0). I installed node in order to use NPM to download json-server package. Node seems to be working fine, but i when i use npm in cmd is throws an error message.