You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running laravel new my-project and selecting the React/Inertia template, everything went fine until it prompted me to run npm install and npm run build.
I do have a compatible version installed, but it's not my default one.
I think the installer could/should auto-detect the presence of nvm in my path, and prompt me to switch to a compatible version before proceeding with the rest of the installation steps. That would eliminate a tiny friction, and make the onboarding even smoother.
Would happily work on this feature if it's accepted 🙌🏼
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Running
laravel new my-project
and selecting the React/Inertia template, everything went fine until it prompted me to runnpm install
andnpm run build
.Then I got this error:
I do have a compatible version installed, but it's not my default one.
I think the installer could/should auto-detect the presence of
nvm
in my path, and prompt me to switch to a compatible version before proceeding with the rest of the installation steps. That would eliminate a tiny friction, and make the onboarding even smoother.Would happily work on this feature if it's accepted 🙌🏼
Beta Was this translation helpful? Give feedback.
All reactions