You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think I've found a work around for this issue. If I point to the full path, instead of the relative path, it loads the package correctly. So in the example above:
The command in your example does not work as expected.
I'm running this:
It causes #23 to happen.
I did not want to install these packages globally with the
-g
flag, so I just rannpm install qs
and pointed to thepackage.js
.What does work is this:
But that requires a global install of the packages I want to load.
The text was updated successfully, but these errors were encountered: