Skip to content
slifszyc edited this page Sep 8, 2014 · 3 revisions

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.

You can create a new token here.

For local development environment, you have to include the following entries to the ~/.netrc file:

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.