fcsonline / node-telescope-server

A Nodejs server to control telescopes remotely, like Nexstar
Other
60 stars 23 forks source link

Unable to install.. #11

Open theChef613 opened 7 years ago

theChef613 commented 7 years ago

hello, When I use npm install note-telescope-server -g , a lot of errors get thrown a lot of them begin with npm ERR! ... it also says to "tell the author that this fails on your system: prebuild-install || note gyp rebuild"

Thank you for your help, look forward to using this program!

therveux commented 6 years ago

Hi,

I had the same issue when I went through NPM. You have to use Yarn (yarn add global node-telescope-server)

Do not forget to remove the package installed with NPM. With Yarn you need to add bin to your path to be able to use global packages, if it's not already done... export PATH="$(yarn global bin):$PATH"

Best regards