alexanderGugel/ied

How to install packages to global `/usr/lib/node_modules`

Open

#123 opened on May 13, 2016

View on GitHub
 (4 comments) (0 reactions) (0 assignees)JavaScript (1,989 stars) (76 forks)batch import
help wanted

Description

Hi,

Currently to install some package to global node_modules I have to run something like this:

$ cd /usr/lib/node_modules
$ sudo ied install react

Is there a better way or am I missing something?

my env is: ied v1.1.1 @ ubuntu 16.04

Contributor guide