javascript icon indicating copy to clipboard operation
javascript copied to clipboard

npm install not working

Open herdeybayor opened this issue 4 years ago • 7 comments

After cloning the javascript npm install failed 16083396283807326777397834592587

herdeybayor avatar Dec 19 '20 01:12 herdeybayor

Hi, I encountered the same problem.

-I am not an expert at all, but it seems to me that it has something to do with Python.

-That said, i tried reinstalling it from the official installer, and added it to the Path inside the System Variables.

-Even so, there were errors regarding invalid python syntax during the "npm install".

-When running the devserver, it shows the following: Desktop Screenshot 2021 01 01 - 18 16 13 99

-The page loads, but the "page padding(?)" seems broken, there is no Title and there are 2 horizontal lines, insted of 1: Desktop Screenshot 2021 01 01 - 18 20 27 32

Deepacks avatar Jan 01 '21 17:01 Deepacks

I have the exact same errors, but did not find any solution yet.

willstonkeks avatar Feb 06 '21 12:02 willstonkeks

After cloning the javascript npm install failed 16083396283807326777397834592587

I have the same error and idk what to do

Lorenzobattistela avatar Feb 18 '21 22:02 Lorenzobattistela

Hey guys if you are getting an error with node-sass, you have to update the node-sass in package.json to a version that is compatible with your nodejs (refer to https://github.com/sass/node-sass) . After which rerun npm install

safrazd avatar Feb 21 '21 14:02 safrazd

Hi @Lorenzobattistela . I deleted package-lock.json file and node modules and rerunned command npm install and it worked fine for me. I hope it does for you too :)

mohamedmehdigara avatar Aug 24 '21 17:08 mohamedmehdigara

@mohamedmehdigara its not working for me, would love to know how you went about it thanks

kingvellz avatar Oct 30 '22 03:10 kingvellz

@mohamedmehdigara its not working for me, would love to know how you went about it thanks

Delete the node modules and package.json package and then run npm install.

ayushgupta1812 avatar Mar 22 '24 11:03 ayushgupta1812