You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 5, 2019. It is now read-only.
For the first issue, I've seen people use yarn add --dev rimraf and yarn add --dev trash to get around that. If you're feeling up for a PR, that'd be sweet.
For the 2nd issue, I'm not sure how windows sets their environment variables. hmmm... I'll have to look into that one. Unless you know?
Activity
skairunner commentedon Mar 19, 2018
Related,
compile
fails with the following error:Another Windows batch difference, I imagine.
skellock commentedon Mar 19, 2018
For the first issue, I've seen people use
yarn add --dev rimraf
andyarn add --dev trash
to get around that. If you're feeling up for a PR, that'd be sweet.For the 2nd issue, I'm not sure how windows sets their environment variables. hmmm... I'll have to look into that one. Unless you know?
skairunner commentedon Mar 19, 2018
SET NODE_ENV=[whatever]
, I believe. I'm not sure how you would change the script to figure out when it's on windows vs a POSIX-y system, tho.