suthar26 / FRC-scouting-app

Scouting app for FIRST Robotics Competition (FRC) to collect data on robots competing at events.
0 stars 0 forks source link

Using node as a dependancy for install. #5

Closed sealneaward closed 7 years ago

sealneaward commented 7 years ago

You guys should not have node as a dependancy in your package.json when installing your repo. I had difficulty installing this because that version of node does not work on my version of linux.

npm ERR! argv "/usr/local/bin/node" "/usr/bin/npm" "install" "node"
npm ERR! node v9.2.0
npm ERR! npm  v3.10.10
npm ERR! code ELIFECYCLE

npm ERR! node@9.2.0 preinstall: `node installArchSpecificPackage`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the node@9.2.0 preinstall script 'node installArchSpecificPackage'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
suthar26 commented 7 years ago

Would you like me to make changes?

sealneaward commented 7 years ago

It's fine. I made a pull request. Can you approve it?

https://github.com/suthar26/FRC-scouting-app/pull/6