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
package.json
This will make it easier for contributes to download the repo and install packages using the required package manager.
Bonus points for adding an .nvmrc to make it easy to use the correct Node.js version.
.nvmrc
The text was updated successfully, but these errors were encountered:
We include a .tool-versions configuration file for the asdf runtime manager which includes the pnpm version used for the workspace.
.tool-versions
pnpm
This allows us to specify the package manager, node version, as well as elixir version all in one place.
Sorry, something went wrong.
msfstef
No branches or pull requests
This will make it easier for contributes to download the repo and install packages using the required package manager.
Bonus points for adding an
.nvmrc
to make it easy to use the correct Node.js version.The text was updated successfully, but these errors were encountered: