There was an error while loading. Please reload this page.
We have migrated Component to its 1.0.0-rc5 version, solving the problem in which the build failed due to too many requests made to the GitHub API.
Here is the Guide to Component(1).
For that, two new env variables are required to be set on the production server.
env variables
You can create a new token here.
For local development environment, you have to include the following entries to the ~/.netrc file:
~/.netrc
machine api.github.com login <username> password <token>
Also, node and npm versions have been bumped to 0.10.28 and 1.4.9 respectively.
node
npm
0.10.28
1.4.9