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
The interesting part:
✖ Install dependencies using npm → spawn yarn ENOENT Build static assets using npm { Error: spawn yarn ENOENT at exports._errnoException (util.js:1026: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) code: 'ENOENT', errno: 'ENOENT', syscall: 'spawn yarn', path: 'yarn', spawnargs: [ 'install' ], stdout: '', stderr: '', failed: true, signal: null, cmd: 'yarn install', timedOut: false, killed: false, context: {} } (node:98351) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 5): Error: spawn yarn ENOENT
I'm assuming this is because I don't have Yarn installed. even using --no-yarn helps.
--no-yarn
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The interesting part:
I'm assuming this is because I don't have Yarn installed. even using
--no-yarn
helps.The text was updated successfully, but these errors were encountered: