NativeScript / plugin-seed

Build NativeScript Plugins Fast ⚡
https://docs.nativescript.org/plugins/plugin-workspace-guide
Apache License 2.0
45 stars 11 forks source link

npm run setup fails on windows #16

Open jcassidyav opened 3 years ago

jcassidyav commented 3 years ago

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! plugins@0.0.0 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 ?