elcsiga commented on a change in pull request #54: NIFI-6453 - OS agnostic
build scripts
URL: https://github.com/apache/nifi-fds/pull/54#discussion_r321131327
##########
File path: package.json
##########
@@ -17,12 +17,13 @@
"version": "0.3.0-SNAPSHOT",
"scripts": {
"start": "./node_modules/http-server/bin/http-server --gzip -p 28080
.",
Review comment:
Does not work on windows for some reason. Since http-server is available in
`node_modules/.bin`, it should work without the prefix.: `"http-server --gzip
-p 28080 ."`
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services