alexanderGugel/ied

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

Open

#123 opened on May 13, 2016

 (4 comments) (0 reactions) (0 assignees)JavaScript (51 forks)batch import
help wanted

Repository metrics

Stars
 (1,990 stars)
PR merge metrics
 (No merged PRs in 30d)

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