sheerun / prettier-standard

Formats with Prettier and lints with ESLint+Standard! (✿◠‿◠)
MIT License
868 stars 44 forks source link

babel-preset-react-app requires that you specify NODE _ENV or BABEL_ENV #54

Closed Jogiter closed 6 years ago

Jogiter commented 6 years ago
> node v8.9.4

after i globally installed pretter-stantard, run prettier-standard 'src/**/*.js', it gives below error

Error: Using babel-preset-react-app requires that you specify NODE _ENV or BABEL_ENV environment variables. Valid values are "develop ment", "test", and "production". Instead, received: undefined