We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On windows running npm run setup fails with
npm run setup
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 ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
On windows running
npm run setup
fails withmight 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 ?
The text was updated successfully, but these errors were encountered: