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
By default npm init <package> will not install the latest version of the package.
npm init <package>
In the toolkit's case this can potentially mean if a user has a old version, then they init a repo with that old version instead of latest.
It might be worth checking for the latest version and somehow updating before continuing with the init process.
in the meantime, a work around is to run: npm exec @dotcom-tool-kit/create@latest
npm exec @dotcom-tool-kit/create@latest
The text was updated successfully, but these errors were encountered:
No branches or pull requests
By default
npm init <package>
will not install the latest version of the package.In the toolkit's case this can potentially mean if a user has a old version, then they init a repo with that old version instead of latest.
It might be worth checking for the latest version and somehow updating before continuing with the init process.
in the meantime, a work around is to run:
npm exec @dotcom-tool-kit/create@latest
The text was updated successfully, but these errors were encountered: