shopify-webpack-dev-workflow icon indicating copy to clipboard operation
shopify-webpack-dev-workflow copied to clipboard

events.js:352 throw er; // Unhandled 'error' event

Open rianfloo opened this issue 3 years ago • 2 comments

Hi krjo

I've go an error when running yarn start / npm start at the end of the build. It was perfectly for months. Is there any package update to do?

Thanks a lot :)

events.js:352
      throw er; // Unhandled 'error' event
      ^

Error: spawn theme ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:269:19)
    at onErrorNT (internal/child_process.js:467:16)
    at processTicksAndRejections (internal/process/task_queues.js:82:21)
Emitted 'error' event on ChildProcess instance at:
    at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12)
    at onErrorNT (internal/child_process.js:467:16)
    at processTicksAndRejections (internal/process/task_queues.js:82:21) {
  errno: -2,
  code: 'ENOENT',
  syscall: 'spawn theme',
  path: 'theme',
  spawnargs: [ 'watch' ]
}
error Command failed with exit code 1.```

rianfloo avatar Dec 09 '21 10:12 rianfloo

Any news :) ?

rianfloo avatar Dec 15 '21 06:12 rianfloo

Check all your npm package versions compared to the versions in this repo and maybe reset and update one by one to see where the issue started.

krjo avatar Dec 26 '21 19:12 krjo