Open cirocosta opened 10 years ago
we need to provide a bin for executing a special gyp build for serialport (aiming node-webkit).
There's a need for running npm install node-pre-gyp -g && node-pre-gyp rebuild --runtime=node-webkit --target=0.8.6
npm install node-pre-gyp -g && node-pre-gyp rebuild --runtime=node-webkit --target=0.8.6
(we are actually using 0.9.2, target actually must be 0.9.2)
(at node_modules/serialport)
node_modules/serialport
we need to provide a bin for executing a special gyp build for serialport (aiming node-webkit).
There's a need for running
npm install node-pre-gyp -g && node-pre-gyp rebuild --runtime=node-webkit --target=0.8.6
(we are actually using 0.9.2, target actually must be 0.9.2)