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
next
next command should not clash with another library's command.
After running these steps:
npm install -g next next start
I'd like it to use the next.js command.
Rename the next_rails command to be next_rails so that it doesn't clash with Next.js's next command.
next_rails
See something like this:
rbenv: next: command not found The `next' command exists in these Ruby versions: 2.7.2 3.0.4 3.1.3 3.2.2
Then you can check which next command is getting used:
which next /Users/etagwerker/.rbenv/shims/next
I will abide by the code of conduct
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
next
command should not clash with another library's command.Actual Behavior
After running these steps:
I'd like it to use the next.js command.
Possible Fix
Rename the
next_rails
command to benext_rails
so that it doesn't clash with Next.js'snext
command.To Reproduce
See something like this:
Then you can check which
next
command is getting used:I will abide by the code of conduct
The text was updated successfully, but these errors were encountered: