-
-
Notifications
You must be signed in to change notification settings - Fork 375
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
Creating projectError: spawn npm ENOENT #470
Comments
We actually have a |
By default, when ever you create a new project using |
@stiks |
I am not able to reproduce this issue anymore. Please feel free to close this issue if you are still facing the issue. |
Do you want to request a feature or report a bug?
Not sure if this is BUG or FEATURE
What is the current behaviour?
NPM is required to install preact using CLI, need an option to use yarn instead of npm or
preact-cli
should detect installed package managerIf the current behaviour is a bug, please provide the steps to reproduce.
No issues if I'll install it by myself:
What is the expected behaviour?
CLI should detect installed package manager and use it.
If this is a feature request, what is motivation or use case for changing the behaviour?
NPM is dying, most of the people already using Yarn. I'm not asking to replace NPM with yarn, but would be good if CLI can detect installed package manager. It's hard to get Node and NPM in sync on Debian
Please mention other relevant information.
The text was updated successfully, but these errors were encountered: