javascript
javascript copied to clipboard
npm install not working
After cloning the javascript npm install failed

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:

-The page loads, but the "page padding(?)" seems broken, there is no Title and there are 2 horizontal lines, insted of 1:

I have the exact same errors, but did not find any solution yet.
After cloning the javascript npm install failed
I have the same error and idk what to do
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
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 its not working for me, would love to know how you went about it thanks
@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.