Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to install.. #11

Open
theChef613 opened this issue Jul 23, 2017 · 1 comment
Open

Unable to install.. #11

theChef613 opened this issue Jul 23, 2017 · 1 comment

Comments

@theChef613
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants