Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
When it comes to npm, just fold your hands right after npm command execution to pray for the result you expect.
To cut a long story short.
Npm is a bloody bitch! -
-
Did you try installing node with nvm?
https://github.com/creationix/nvm
Other than setting up your system nicely, it let's you switch between node versions easily if you ever need to. -
nardsqq196y@shellbug Thanks! I came across this earlier but hadn't tried it. I'll give it a try later.
-
nardsqq196y@gintko @Stocken I'd check it out and maybe read about it later. But right now, I don't think that I would be able to use it since I'm working on a Laravel project that has NPM as its default package manager.
Related Rants
FFS, I wasted my time reinstalling nodejs just to update my npm and tried npm i -g npm.
Outputs a success status but when I check via npm -v it's still the same old version.
Or maybe I'm just too dumb that I don't know how to do it right.
rant
random