We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/usr/lib/node_modules
Hi,
Currently to install some package to global node_modules I have to run something like this:
node_modules
$ 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
The text was updated successfully, but these errors were encountered:
Currently --global isn't implemented. PR welcome.
--global
Sorry, something went wrong.
Globals are pretty much an anti-pattern. It's nice that IED does not support it.
Unless you're using containers. In that case, local installations are pretty much anti-pattern.
I guess that would be the exception, which is also the minority at this point.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: