Closed eranroll closed 2 years ago
I'm not familiar with "nw application". My thought is that your app framework may be embed it's own version of node similar to electron. If so that would explain the NODE_MODULE_VERSION conflict.
node 12 = NODE_MODULE_VERSION 72 node 13 = NODE_MODULE_VERSION 79
At this time the rclnodejs v.0.20.1 can not run on version of node higher than v12. We have a node16 branch in development that we hope to publish very soon.
Back to the problem please elaborate on the nw framework and we can work from there.
This is what I meant by an NW application: https://nwjs.io I am using NW.js to run my app.
You suggestion made me look it up some more, and apparently the NW.js version I was using was based upon a newer version of node. I downgraded it to 0.41.3 which matches node12 and the issue was solved.
Thanks
I am trying to run rclnodejs as part of my nw application, but I get to following error:
I am using node v12.22.8 and npm install using npm v6.14.15