Install it globally
Cocoader opened this issue · 1 comments
Cocoader commented
Hi there,
I'm quite new to node.js / npm so please excuse my rookie question.
Are there any drawbacks to install it with --global?
sindresorhus commented
No drawbacks. The install is just used as a delivery mechanism. The actual installation happens in a postinstall
script.