Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [flux-dev] flux-server build error

I faced the same issue. Kris's suggestion below worked for me:

https://dev.eclipse.org/mhonarc/lists/flux-dev/msg00088.html

Also refer to my follow-up post here:
https://dev.eclipse.org/mhonarc/lists/flux-dev/msg00091.html

In nutshell, I just ran these two commands:

> cd flux.orion.integration
> <complete_path>/bower install

Hope this helps.

Jay



From:        Martin Lippert <mlippert@xxxxxxxxx>
To:        Offer Shostak <offershostak@xxxxxxxxx>, Flux developer discussions <flux-dev@xxxxxxxxxxx>
Date:        11/12/2014 02:59 PM
Subject:        Re: [flux-dev] flux-server build error
Sent by:        flux-dev-bounces@xxxxxxxxxxx




Hey Offer,

I forwarded your question to the flux-dev mailing list.

Cheers,
-Martin



>
> Hi,
>
> I'm trying to install the flux-server but it fails on this one:
>
> 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
> npm ERR! You can get their info via:
> npm ERR!     npm owner ls flux-server
> npm ERR! There is likely additional logging output above.
> npm ERR! System Windows_NT 6.1.7601
> npm ERR! command "C:\\Program Files\\nodejs\\\\node.exe" "C:\\Program Files\\nod
> ejs\\node_modules\\npm\\bin\\npm-cli.js" "install"
> npm ERR! cwd C:\SAPDevelop\Orion-Flux\flux-master\node.server
> npm ERR! node -v v0.10.28
> npm ERR! npm -v 1.4.9
> npm ERR! code ELIFECYCLE
> npm ERR!
> npm ERR! Additional logging details can be found in:
> npm ERR!     C:\SAPDevelop\Orion-Flux\flux-master\node.server\npm-debug.log
> npm ERR! not ok code 0
>
> Could you please assist?
>
> Regards,
>
> Offer.

_______________________________________________
flux-dev mailing list
flux-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/flux-dev



Back to the top