dominictarr / npmd

MIT License
450 stars 37 forks source link

npm install --carefully #71

Closed Offirmo closed 10 years ago

Offirmo commented 10 years ago

In the readme, you recommend to install npmd "carefully"

install carefully.

npm install npmd@1 -g --carefully

Is it a joke ? What is it supposed to do ? I've looked for the --carefully option in npm online doc and in `npm install --help`` but I didn't find it...

kenany commented 10 years ago

Yeah I wondered the same thing haha https://github.com/dominictarr/npmd/commit/8bf5d7ff5b82bc99864c49ac8d4d20817a9281a5

Offirmo commented 10 years ago

@KenanY lol

However we wasted some precious time for nothing.

Installing npmd is not dangerous at all. (just a bunch of files)

:-/

dominictarr commented 10 years ago

fixed in https://github.com/dominictarr/npmd/commit/faf8eab06a37d6a86bcc4e387b9185b90eb23e0f

Offirmo commented 10 years ago

OK for me ;)