Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[flux-dev] Trouble installing Flux-server

Hello folks,

I synced up the flux repo after a while and started facing trouble when installing the flux-server modules. I get the following error on "npm install"

> flux-server@0.1.0 prepublish c:\work\Flux\repo\flux\flux\node.server
> cd flux.orion.integration; $(npm bin)/bower install

The system cannot find the path specified.

npm ERR! flux-server@0.1.0 prepublish: `cd flux.orion.integration; $(npm bin)/bo
wer install`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the flux-server@0.1.0 prepublish script.
npm ERR! This is most likely a problem with the flux-server package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     cd flux.orion.integration; $(npm bin)/bower install


I am running this on a windows machine inside cygwin. Is anyone aware of this problem and guide me through the set up? I appreciate the help.

Thanks,
Jay

Back to the top