alexanderGugel/ied

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

Open

#123 geöffnet am 13. Mai 2016

Auf GitHub ansehen
 (4 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (1.989 Stars) (76 Forks)batch import
help wanted

Beschreibung

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