tbonelee commented on code in PR #5091:
URL: https://github.com/apache/zeppelin/pull/5091#discussion_r2393386953
##########
zeppelin-web-angular/package.json:
##########
@@ -5,8 +5,8 @@
"prepare": "cd .. && husky",
"postinstall": "npm run build:projects && npm run build:tslint-rules",
"ng": "./node_modules/.bin/ng",
- "start": "NODE_OPTIONS='--openssl-legacy-provider' ng serve --proxy-config
proxy.conf.js --extra-webpack-config webpack.partial.js",
- "build": "NODE_OPTIONS='--openssl-legacy-provider' ng build --prod
--extra-webpack-config webpack.partial.js",
+ "start": "cross-env NODE_OPTIONS=--openssl-legacy-provider ng serve
--proxy-config proxy.conf.js --extra-webpack-config webpack.partial.js",
+ "build": "cross-env NODE_OPTIONS=--openssl-legacy-provider ng build --prod
--extra-webpack-config webpack.partial.js",
Review Comment:
Added Windows compatability for setting an environment variable.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]