Skip to content

Commit

Permalink
fix: set NODE_OPTIONS to no-experimental-fetch to prevent yarn start …
Browse files Browse the repository at this point in the history
…error (#8802)

Signed-off-by: Julie Vogelman <julie_vogelman@intuit.com>
Signed-off-by: Saravanan Balasubramanian <sarabala1979@gmail.com>
  • Loading branch information
juliev0 authored and sarabala1979 committed Aug 8, 2022
1 parent a19c94b commit e85c815
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
],
"scripts": {
"build": "rm -Rf dist && NODE_ENV=production webpack -p --config ./src/app/webpack.config.js",
"start": "webpack-dev-server --config ./src/app/webpack.config.js",
"lint": "tslint --fix -p ./src/app && ./node_modules/.bin/ts-prune -p src/app/tsconfig.json -i src/models/index.ts",

"start": "NODE_OPTIONS=--no-experimental-fetch webpack-dev-server --config ./src/app/webpack.config.js",
"lint": "tslint --fix -p ./src/app",
"test": "jest"
},
"dependencies": {
Expand Down

0 comments on commit e85c815

Please sign in to comment.