python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
I can't install and run my Project located in GitHub repository with npm install
I installed the project I use ReactJs on my computer via GitHub, but when I use the npm install command for dependencies, I get python-related errors even though my project is not related to python.
P...
oguzduran
Votes: 0
Answers: 1
i can't install any node packages with npm install
I try to install node packeges with nmp. When i run, it says:
up to date, audited 356 packages in 7s
found 0 vulnerabilities
I see it as a dependency in my package-json like this:
"dependencies...
Nisa Nur Baydaş
Votes: 0
Answers: 2
I am trying to clone project from bitbucket and running in VS Code while doing npm install showing a lot of errors, warning
I have project on bitbucket and trying to clone it, the project is very older 3 year old so might be some packages do get old. But while I am doing npm install so it is showing a lot of warning and er...
Hritik
Votes: 0
Answers: 1
How do I get rid of the following npm error?
Whenever I run "npm" on the terminal I get the following error:
$ npm
node: internal / modules / cjs / loader: 933
const err = new Error(message); ^
Error: Cannot find module './functions/v...
TopBoyDev
Votes: 0
Answers: 2