-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
Got error after updated #90
Comments
It seems that I got github API rate limit exceeded. How can I add a github token for vue-cli? |
Why would you need to run |
I use octotree chrome extension, which uses github API many times. I think i should get rid of octotree. |
See #368 (comment) . Basically, you need to do something like add |
$ vue help list
Available official templates:
/home/xxx/.nvm/versions/node/v5.11.0/lib/node_modules/vue-cli/bin/vue-list:29
JSON.parse(body).forEach(function (repo) {
^
TypeError: JSON.parse(...).forEach is not a function
at Request._callback (/home/xxx/.nvm/versions/node/v5.11.0/lib/node_modules/vue-cli/bin/vue-list:29:20)
at Request.self.callback (/home/xxx/.nvm/versions/node/v5.11.0/lib/node_modules/vue-cli/node_modules/request/request.js:200:22)
at emitTwo (events.js:100:13)
at Request.emit (events.js:185:7)
at Request. (/home/xxx/.nvm/versions/node/v5.11.0/lib/node_modules/vue-cli/node_modules/request/request.js:1067:10)
at emitOne (events.js:95:20)
at Request.emit (events.js:182:7)
at IncomingMessage. (/home/xxx/.nvm/versions/node/v5.11.0/lib/node_modules/vue-cli/node_modules/request/request.js:988:12)
at emitNone (events.js:85:20)
at IncomingMessage.emit (events.js:179:7)
The text was updated successfully, but these errors were encountered: