serialport / node-serialport

Access serial ports with JavaScript. Linux, OSX and Windows. Welcome your robotic JavaScript overlords. Better yet, program them!
https://serialport.io
MIT License
5.81k stars 1.01k forks source link

Serialport error during p5.js install #1037

Closed singingBikeman closed 7 years ago

singingBikeman commented 7 years ago

SerialPort version: 1.7.4 NodeJS Version: 6.9.2 Operating System and Hardware Platform: Dell Latitude e5430 running windows 10 Are you using an alternative NodeJS runtime? (eg Electron): p5.js

Summary of Problem

Serialport install failed during installation of p5.js editor got error: Failed at the serialport@1.7.4 install script 'node-pre-gyp install --fallback-to-build'.

Steps and Code to Reproduce the Issue

Clone this repo: git clone https://github.com/processing/p5.js-editor Enter the repo directory and install the development modules: npm install Install secondary modules: cd public and then npm install <----------- ERROR HERE Install gulp.js globally: npm install gulp -g From the root directory of the repo run gulp: gulp Start up the app: npm run app

npm-debug.txt

reconbot commented 7 years ago

This version of serialport is super old and won't work with node 6

On Fri, Dec 16, 2016, 5:02 PM Sean notifications@github.com wrote:

SerialPort version: 1.7.4 NodeJS Version: 6.9.2 Operating System and Hardware Platform: Dell Latitude e5430 running windows 10 Are you using an alternative NodeJS runtime? (eg Electron): p5.js Summary of Problem

Serialport install failed during installation of p5.js editor got error: Failed at the serialport@1.7.4 install script 'node-pre-gyp install --fallback-to-build'. Steps and Code to Reproduce the Issue

Clone this repo: git clone https://github.com/processing/p5.js-editor Enter the repo directory and install the development modules: npm install Install secondary modules: cd public and then npm install <----------- ERROR HERE Install gulp.js globally: npm install gulp -g From the root directory of the repo run gulp: gulp Start up the app: npm run app

npm-debug.txt https://github.com/EmergingTechnologyAdvisors/node-serialport/files/658334/npm-debug.txt

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/EmergingTechnologyAdvisors/node-serialport/issues/1037, or mute the thread https://github.com/notifications/unsubscribe-auth/AABlbjpAGwZ9rpWs0aS8dpKEpvwyzrpNks5rIwqQgaJpZM4LPorq .

reconbot commented 7 years ago

I opened an issue over there, it's using a fork of serialport that's a few years old. https://github.com/processing/p5.js-editor/issues/293

singingBikeman commented 7 years ago

Thanks for the response. I'm getting a 404 on that link though

reconbot commented 7 years ago

That's because they just turned off issues!?

https://github.com/processing/p5.js-editor#this-editor-has-been-deprecated-we-will-not-be-making-further-releases-we-are-turning-our-energy-toward-a-web-editor-which-will-be-released-sometime-next-year-for-now-we-recommend-using-editors-like-brackets-atom-sublime-text-or-openprocessing


Francis Gulotta wizard@roborooter.com

On Fri, Dec 16, 2016 at 6:27 PM, Sean notifications@github.com wrote:

Thanks for the response. I'm getting a 404 on that link though

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/EmergingTechnologyAdvisors/node-serialport/issues/1037#issuecomment-267720828, or mute the thread https://github.com/notifications/unsubscribe-auth/AABlbt6ArhVXkF2VYvYJ1FvSz6x9gO3Bks5rIx5FgaJpZM4LPorq .