-
Notifications
You must be signed in to change notification settings - Fork 1.2k
yo angular-fullstack :error spawn yarn ENOENT #2551
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
Comments
Do you have Yarn installed? This is the PR that changed the install code. You should just be able to run |
thats this worked. |
thanks for the support |
so seems the check for npm/yarn is not working on linux then? |
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
when yo angular-fullstack is done, everything works well till
force client/polyfills.js
events.js:160
throw er; // Unhandled 'error' event
^
Error: spawn yarn ENOENT
at exports._errnoException (util.js:1022:11)
at Process.ChildProcess._handle.onexit (internal/child_process.js:193:32)
at onErrorNT (internal/child_process.js:359:16)
at _combinedTickCallback (internal/process/next_tick.js:74:11)
at process._tickCallback (internal/process/next_tick.js:98:9)
please help us in resolving this... I am not sure if we can goahead and install package.json without angular is installed?
The text was updated successfully, but these errors were encountered: