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
Add to install instructions.
Link to the Yarn page which has install instructions on it.
And then a command npm install -g npx to install npx. Or the yarn equivalent if yarn will install npx.
npm install -g npx
npx
Give both routes for devs - the yarn route and the npm route
The text was updated successfully, but these errors were encountered:
@MichaelCurrin Thanks for this! npx is a default package installed with newer versions of NPM that allows you to execute local packages
Sorry, something went wrong.
In-depth installation guide
@MichaelCurrin Working on the enhancement!
No branches or pull requests
Add to install instructions.
Link to the Yarn page which has install instructions on it.
And then a command
npm install -g npx
to installnpx
. Or the yarn equivalent if yarn will install npx.Give both routes for devs - the yarn route and the npm route
The text was updated successfully, but these errors were encountered: