elcsiga commented on issue #54: NIFI-6453 - OS agnostic build scripts URL: https://github.com/apache/nifi-fds/pull/54#issuecomment-528422092 ..oops, I found one more thing: install scripts (clean:install, etc) now fail with the following error: ``` npm ERR! code ENOSELF npm ERR! Refusing to install package with name "nifi-fds" under a package npm ERR! also called "nifi-fds". Did you name your project the same npm ERR! as the dependency you're installing? npm ERR! npm ERR! For more information, see: npm ERR! <https://docs.npmjs.com/cli/install#limitations-of-npms-install-algorithm> ``` On windows, using `... && cd ./target/frontend-working-directory && npm install .... ` instead `--prefix target/frontend-working-directory` seems to work.
---------------------------------------------------------------- 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
