Edge: Error: The edge module has not been pre-compiled for node.js version v8.1.1.

Created on 15 Jun 2017  路  7Comments  路  Source: tjanczuk/edge

npm install edge

[email protected] install D:\demo\project\Web\node4\app\node_modules\edge
node tools/install.js


Error: The edge module has not been pre-compiled for node.js version v8.1.1. You must build a custom version of edge.node. Please refer to https://github.com/tjanczuk/edge for building instructions.
at determineVersion (D:\demo\project\Web\node4\app\node_modules\edgelib\edge.js:20:11)
at Object. (D:\demo\project\Web\node4\app\node_modules\edgelib\edge.js:32:102)
at Module._compile (module.js:569:30)
at Object.Module._extensions..js (module.js:580:10)
at Module.load (module.js:503:32)
at tryModuleLoad (module.js:466:12)
at Function.Module._load (module.js:458:3)
at Module.require (module.js:513:17)
at require (internal/module.js:11:18)
at Object. (D:\demo\project\Web\node4\app\node_modules\edge\tools\checkplatform.js:2:2)


Success: platform check for edge.js: node.js ia32 v8.1.1

Most helpful comment

This is not a fix to go back on the Node.js version! I received the same error while installing dependent module for Node version 9.2.

Please provide instructions on how to precompile edge for any version.

All 7 comments

install node-v6.11.0-x64.msi!Resolved!

This is not a fix to go back on the Node.js version! I received the same error while installing dependent module for Node version 9.2.

Please provide instructions on how to precompile edge for any version.

i was success,but a month later ,tips me The edge module has not been pre-compiled for node.js version v8.9.4

You can use https://github.com/agracio/edge-js that has been precompiled for version 8.x and 9.x.

You can use https://github.com/agracio/edge-js that has been precompiled for version 8.x and 9.x.
@agracio

plz , now in 2020 it's not working either.
i'v read all ur answers in other problems such this but still didn't know to precompile this library.
plz if u can make a video it would be much clearer than writing i'll be thankful for u

Same problem here..

Application has thrown an uncaught exception and is terminated:
Error: The edge module has not been pre-compiled for node.js version v12.18.1. You must build a custom version of edge.node. Please refer to https://github.com/tjanczuk/edge for building instructions.

This has been discussed many times already, you should use https://github.com/agracio/edge-js that is precompiled for all modern versions of NodeJs. Building instruction are very clear in the README so its rather simple to compile your own version.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

timonsku picture timonsku  路  4Comments

EricSmekens picture EricSmekens  路  7Comments

ghost picture ghost  路  13Comments

harivasista picture harivasista  路  5Comments

tdupuy17 picture tdupuy17  路  6Comments