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
Is your feature request related to a problem? Please describe.
Mimick Meteor beloved METEOR_PACKAGE_DIRS feature in NPM.
When this variable is set, Meteor will consider each directory listed as a registry package. It will fetch packages from there in priority, and fetch on Atmosphere otherwise
When it is not set, it goes back to getting the packages from Atmosphere
This behaviour happens at runtime => it means we would need a vulcan CLI command (like vercel, blitz already do for next)
Describe the solution you'd like
Run development mode like this: NPM_PACKAGE_DIRS=<your-vulcan-npm-copy> vulcan dev
And so on for each next command that may rely on NPM packages.
Describe alternatives you've considered
yalc for the setup. Commands are already documented in the docs.
Is your feature request related to a problem? Please describe.
Mimick Meteor beloved METEOR_PACKAGE_DIRS feature in NPM.
vulcan
CLI command (likevercel
,blitz
already do for next)Describe the solution you'd like
Run development mode like this:
NPM_PACKAGE_DIRS=<your-vulcan-npm-copy> vulcan dev
And so on for each
next
command that may rely on NPM packages.Describe alternatives you've considered
yalc
for the setup. Commands are already documented in the docs.install
command afterward? To be confirmed.Additional context
The text was updated successfully, but these errors were encountered: