Skip to content
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

Error when trying to run for the first time #49

Open
ericorruption opened this issue Mar 9, 2018 · 0 comments
Open

Error when trying to run for the first time #49

ericorruption opened this issue Mar 9, 2018 · 0 comments

Comments

@ericorruption
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant