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
{{ message }}
This repository was archived by the owner on Jul 6, 2019. It is now read-only.
So this isn't something npx supports right now -- -p makes the binaries for that package available, not the library versions. I'm changing this, though, with #180 (assuming that lands), so this sort of thing will be possible.
Fixes: #157
Ref: #160
This makes it so you can do `npx -p lodash node -r lodash` when lodash is not
already installed. One big downside of this patch is that because of the semantics
of that node feature, NODE_PATH will always be treated as a _fallback_. That is, if
you already have one version of lodash installed in a local npm project you're
currently in the directory of, you won't be able to override it with the
temporary install.
rollup.config.js
The text was updated successfully, but these errors were encountered: