plugin-seed icon indicating copy to clipboard operation
plugin-seed copied to clipboard

npm run setup fails on windows

Open jcassidyav opened this issue 3 years ago • 0 comments

On windows running npm run setup fails with

The system cannot find the path specified.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] setup: `npx rimraf node_modules package-lock.json dist tmp && npm i && ts-patch install`
npm ERR! Exit status 1
npm ERR!

might be related to https://stackoverflow.com/questions/37094878/npm-rimraf-continue-executing-when-folders-are-missing-stop-exit-code-1

or maybe if the directory doesn't exist it returns an error on windows ?

jcassidyav avatar Mar 19 '21 15:03 jcassidyav