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 has been archived by the owner on Sep 11, 2018. It is now read-only.
@tonytainguyen if you rewrite the scripts to not use better-npm-run (its sole purpose is to set environment variables correctly for windows/unix users), do you have any more luck? For example:
// regular npm script, not a `betterScript`:
"deploy": "NODE_ENV=production DEBUG=app:* npm run clean && babel-node bin/compile"
everything works fine when in dev, but I guess when it's trying to compile, it gives errors. Here's my npm log:
npm-log.txt
Not sure what's wrong.
The text was updated successfully, but these errors were encountered: