santinic / how2

AI for the Command Line
https://how2terminal.com
MIT License
5.72k stars 154 forks source link

Update README.md #53

Closed MohamedDiaa closed 8 years ago

MohamedDiaa commented 8 years ago

Installing fails due to many permissions not granted to access files solved it by adding sudo to installing command

danyshaanan commented 8 years ago

npm packages should not be installed with sudo, as this can mess up their usage and integration with user env. Permissions should be fixed, or nvm should be used to solve once and for all all problems with npm permissions.

I'd suggest adding that to the readme instead of directing users to use sudo.

See also:

MohamedDiaa commented 8 years ago

Yes , it should be added, I had no idea about all that. I am new to npm also