edge icon indicating copy to clipboard operation
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

Open raysefo opened this issue 10 years ago • 2 comments

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.

raysefo avatar Oct 13 '15 19:10 raysefo

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

viniciussalvati avatar Oct 28 '15 20:10 viniciussalvati

Thanks @viniciusmelquiades for the solution

nccchirag avatar Dec 14 '15 10:12 nccchirag