I can’t work with the serialport module while debugging produces the following error

C: \ Users \ Guru \ Desktop \ step motor project \ electron-quick-start \ node_modules \ bindings \ bindings.js: 121 Uncaught Error: The module '\? \ C: \ Users \ Guru \ Desktop \ step motor project \ electron-quick-start \ node_modules @ serialport \ bindings \ build \ Release \ bindings.node 'This version of Node.js requires NODE_MODULE_VERSION 69. Please reuse-compiling -installing the module (for instance, using npm rebuild or npm install ).

 и т.д. 

npm rebuild and npm install tried everything to no avail :(

  • Delete the folder, and then put it. And try to update. - Qwertiy
  • The problem is not in the node, the simple electron needs to be rebuilt. here in this turnip github.com/nodebots/electron-serialport/blob/master ... ... you can see how it should be - nörbörnën pm

0