Skip to content
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

Doc/Quickstart (minor): npm bin deprecated in Node 18.14 #133

Open
esalaza opened this issue May 24, 2023 · 1 comment
Open

Doc/Quickstart (minor): npm bin deprecated in Node 18.14 #133

esalaza opened this issue May 24, 2023 · 1 comment

Comments

@esalaza
Copy link

esalaza commented May 24, 2023

Hi. This is just a minor documentation issue.

Step 4 in docs/quickstart.md instructs to do:

"rnuc": "$(npm bin)/rnuc"

But npm bin has been removed in Node 18.14. It could be updated to:

"rnuc": "$(npm bin)/rnuc"

If you are on Node < 18.14, or:

npx rnuc

If you are on Node >= 18.14.

Steps to Reproduce

nvm i v18.16.0
nvm use v18.16.0
npm run rnuc .env
sh: Unknown: command not found

Thank you!

@esalaza esalaza changed the title Doc/Quickstart (minor): npm bin deprecated in Node 19.14 Doc/Quickstart (minor): npm bin deprecated in Node 18.14 May 24, 2023
@luca-tomasetti
Copy link

Hi. This is just a minor documentation issue.

Step 4 in docs/quickstart.md instructs to do:

"rnuc": "$(npm bin)/rnuc"

But npm bin has been removed in Node 18.14. It could be updated to:

"rnuc": "$(npm bin)/rnuc"

If you are on Node < 18.14, or:

npx rnuc

If you are on Node >= 18.14.

Steps to Reproduce

nvm i v18.16.0
nvm use v18.16.0
npm run rnuc .env
sh: Unknown: command not found

Thank you!

Thank you, this solve the issue with node v18.17.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants