importing 3rd party libs #350
Replies: 3 comments
|
To import globally installed packages check your NODE_PARH env var. |
|
I have the same use case, I don't know how to do it so I forked the project, and added my dependencies on my fork, and it's working fine, for time being I found it easier. After some time, I went ahead, and imported the I find the Just sharing my experience here. |
|
A lot has changed, here's the actual status:
|
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I'm using
zxmainly like this:With
zxinstalled globally. Ichmod +xand run the script./myscriptwithout ext.It is not clear to me how I'm supposed to use 3rd party libs. E.g. want to make use of
keyblade.However, this causes an import error
keybladeis installed globally as well.Is what I'm trying to do not possible? Do I have to use the importing from other scripts approach to achieve this?
All reactions