Skip to content

Commit 4c0ccb5

Browse files
committed
fix for newer npm versions
1 parent 0977b5e commit 4c0ccb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"version": "0.0.1",
44
"description": "ClowdFlows webapp to consume the ClowdFlows API",
55
"scripts": {
6-
"start": "webpack-dev-server --inline --progress --port 8080 --host 0.0.0.0 --watch-content-base",
6+
"start": "export NODE_OPTIONS=--openssl-legacy-provider; webpack-dev-server --inline --progress --port 8080 --host 0.0.0.0 --watch-content-base",
77
"test": "karma start",
8-
"build": "rimraf dist && webpack --config config/webpack.prod.js --progress --profile --bail",
8+
"build": "export NODE_OPTIONS=--openssl-legacy-provider; rimraf dist && webpack --config config/webpack.prod.js --progress --profile --bail",
99
"postinstall": "typings install",
1010
"less": "watch-less -d src/ -e .css"
1111
},

0 commit comments

Comments
 (0)