edge
edge copied to clipboard
The edge module has not been pre-compiled for node.js version v4.1.1. You must build a custom version of edge.node. Please refer to https://github.com/tjanczuk/edge for building instruction
Hello,
I am using VS 2015 with node 4.1.1 and npm 2.14.4. When I try to build my cordova app I get this error. How can I fix this?
Best Regards.
I fixed that problem going to the folder C:\Users\{user}\AppData\Roaming\npm\node_modules\vs-tac and changing the package.json to use edge version 4.0.0, deleting the edge folder in the node_modules, and running npm install in the vs-tac folder
Thanks @viniciusmelquiades for the solution