We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We should find a way to test that the package we publish to npm can be installed on supported Node.js versions and common package managers.
npm
Related to #1616
TLDR: npm install -g netlify-cli and yarn global add netlify-cli should work on the supported Node.js versions.
npm install -g netlify-cli
yarn global add netlify-cli
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We should find a way to test that the package we publish to
npm
can be installed on supported Node.js versions and common package managers.Related to #1616
TLDR:
npm install -g netlify-cli
andyarn global add netlify-cli
should work on the supported Node.js versions.The text was updated successfully, but these errors were encountered: