Quantcast
Channel: Latest posts from timonweb.com
Viewing all articles
Browse latest Browse all 93

Install npm packages without sudo

$
0
0

If you run the following command to install npm package:

  1. npm install <package_name>

and get an access error, you might be tempted to run this command with sudo and it'll work, but it's not a right way for sure. Npm modules should be installed without sudo. To fix the problem ...

Read now


Viewing all articles
Browse latest Browse all 93

Trending Articles