homerchen19 / nba-go

🏀 💻 The finest NBA CLI.

Home Page:https://www.npmjs.com/package/nba-go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install error

purezhi opened this issue · comments

when i install it with npm install nba-go -g, i got errors as follows,

npm ERR! Unexpected end of JSON input while parsing near '...-/babel-generator-6.4'

npm ERR! A complete log of this run can be found in:
npm ERR! /Users/david/.npm/_logs/2017-11-08T10_45_44_777Z-debug.log

$ node -v
v8.9.1
$ npm -v
5.5.1

any tips?
thx.

Hi @purezhi ,
I think this is not a problem with nba-go.
Try to upgrade or downgrade node and npm. This might work.

@xxhomey19 thx, i succeed after executing npm cache clean --force.