- sudo yum install npm [[1]] 1
- sudo npm install -g yo bower grunt-cli phantomjs
- git clone <component-repo-name>
- cd alchemy-<name>
- git remote add <remote-name> <new-component-git-repo>
- npm install
- bower install --dev
- grunt test (should get 1 of 1)
- grunt server (no errors, page should show bright orange square)
- sudo yum --enablerepo=updates-testing install nodejs npm [[1]] 1
- sudo npm install -g yo bower grunt-cli phantomjs
- git clone git://github.com/ui-alchemy/component-scaffold.git
- mv component-scaffold alchemy-<name>
- cd alchemy-<name>
- git remote add <remote-name> <new-component-git-repo>
- npm install
- bower install --dev
- grunt test (should get 1 of 1)
- grunt server (no errors, page should show bright orange square)
(update 2) How to fix:
You can use updated nodejs, but update libuv as well.