I've been trying to get started with this but having issues getting it installed. When I run this in Windows cmd
yarn create shopify-pipeline name-of-your-project
I get this error.
Installing shopify-pipeline. This could take a while.
events.js:160
throw er; // Unhandled 'error' event
^
Error: spawn yarnpkg ENOENT
at exports._errnoException (util.js:1020:11)
at Process.ChildProcess._handle.onexit (internal/child_process.js:197:32)
at onErrorNT (internal/child_process.js:376:16)
at _combinedTickCallback (internal/process/next_tick.js:80:11)
at process._tickCallback (internal/process/next_tick.js:104:9)
error Command failed.
Exit code: 1
Has anyone experienced this or know what the issue may be?
I've been trying to get started with this but having issues getting it installed. When I run this in Windows cmd
yarn create shopify-pipeline name-of-your-projectI get this error.
Has anyone experienced this or know what the issue may be?