Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation of µWebSockets has failed and there is no pre-compiled binary available for your system #4

Open
FinaOePrs opened this issue Mar 13, 2018 · 0 comments

Comments

@FinaOePrs
Copy link

Dear Support Team,

We are trying to use the oe-starter app, to build the sample application,
we got below versions:
D:\OeCloud\cars>node -v
v8.10.0

D:\OeCloud\cars>npm -v
5.6.0

after generating the sample app from oe, the directories with new app are getting created, but upon running node . in the application directory getting below errors:

[2018-03-13T05:35:27.151Z] INFO: oe-logger on PUNITP120029L: EV_CACHE Marking as Cacheable model: BaseACL (cache-mixin, system)
Failed loading boot script: D:\OeCloud\cars\node_modules\oe-cloud\server\boot\uws-boot.js
Error: Compilation of µWebSockets has failed and there is no pre-compiled binary available for your system. Please install a supported C++11 compiler
and reinstall the module 'uws'.
at native (D:\OeCloud\cars\node_modules\uws\uws.js:38:19)
at Object. (D:\OeCloud\cars\node_modules\uws\uws.js:42:3)
at Module._compile (module.js:652:30)
at Object.Module._extensions..js (module.js:663:10)
at Module.load (module.js:565:32)
at tryModuleLoad (module.js:505:12)
at Function.Module._load (module.js:497:3)
at Module.require (module.js:596:17)
at require (internal/module.js:11:18)
at Object. (D:\OeCloud\cars\node_modules\oe-cloud\lib\uws-client.js:9:19)
at Module._compile (module.js:652:30)
at Object.Module._extensions..js (module.js:663:10)
at Module.load (module.js:565:32)
at tryModuleLoad (module.js:505:12)
at Function.Module._load (module.js:497:3)
at Module.require (module.js:596:17)
D:\OeCloud\cars\node_modules\loopback-boot\lib\executor.js:273
throw err;
^

Error: Compilation of µWebSockets has failed and there is no pre-compiled binary available for your system. Please install a supported C++11 compiler
and reinstall the module 'uws'.
at native (D:\OeCloud\cars\node_modules\uws\uws.js:38:19)
at Object. (D:\OeCloud\cars\node_modules\uws\uws.js:42:3)
at Module._compile (module.js:652:30)
at Object.Module._extensions..js (module.js:663:10)
at Module.load (module.js:565:32)
at tryModuleLoad (module.js:505:12)
at Function.Module._load (module.js:497:3)
at Module.require (module.js:596:17)
at require (internal/module.js:11:18)
at Object. (D:\OeCloud\cars\node_modules\oe-cloud\lib\uws-client.js:9:19)
at Module._compile (module.js:652:30)
at Object.Module._extensions..js (module.js:663:10)
at Module.load (module.js:565:32)
at tryModuleLoad (module.js:505:12)
at Function.Module._load (module.js:497:3)
at Module.require (module.js:596:17)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant