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
{{ message }}
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
To try and reproduce #1249 locally I was hoping to run create-project using npm rather than yarn.
However running npx @neutrinojs/create-project somename always results in yarn being used (if it's installed) rather than npm, for the various commands that are run during project creation (such as package installation and initial lint fix).
We should make create-project use the same package manager as it was run with.
The text was updated successfully, but these errors were encountered:
To try and reproduce #1249 locally I was hoping to run create-project using npm rather than yarn.
However running
npx @neutrinojs/create-project somename
always results in yarn being used (if it's installed) rather than npm, for the various commands that are run during project creation (such as package installation and initial lint fix).We should make create-project use the same package manager as it was run with.
The text was updated successfully, but these errors were encountered: