-
Notifications
You must be signed in to change notification settings - Fork 255
New issue
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
Support npm #112
Comments
We talked about this yesterday—here's a summary of what I suggested for the first level of support:
For now let's not worry about letting you specify a specific version of npm. That's going to take a bit more work to make work in the upcoming reproducibility-focused architecture, and it's not a super critical feature to get working before then. |
One alternative to |
Yes, agreed! |
I would like to advocate for a check for the presence of a |
Given the issues that have been seen re: dependencies using As an end user seeing my One option would be to have it still run, but show a warning if the |
Notion support for
npm
in toolchain same asyarn
.npm
based on toolchain config in package.jsonnpm
according tohttps://registry.npmjs.org/npm/latest
npm
shim executableOpen question: should we use
npm
version that is bundled withnode.js
by default? for instance, if I use[email protected]
in my toolchain I'd get[email protected]
by default, however, I can change that by pinning a different version in toolchain config.The text was updated successfully, but these errors were encountered: