canmove, Confirmed users, Bureaucrats and Sysops emeriti
3,628
edits
(+Category:Firefox Hello; +Category:Loop using HotCat) |
(→Additional Requirements: Add eslint to the list of requirements.) |
||
| Line 47: | Line 47: | ||
For Loop development, there's currently a couple of extra requirements on top of the [https://developer.mozilla.org/en-US/docs/Simple_Firefox_build#Build_prerequisites Firefox desktop build requirements]. | For Loop development, there's currently a couple of extra requirements on top of the [https://developer.mozilla.org/en-US/docs/Simple_Firefox_build#Build_prerequisites Firefox desktop build requirements]. | ||
These are [https://nodejs.org/ NodeJS] | These are [https://nodejs.org/ NodeJS], react-tools and eslint. | ||
Once you have Node installed, use npm (which comes with it) to globally install | Once you have Node installed, use npm (which comes with it) to globally install the extra required items: | ||
npm install -g react-tools@0.12.2 | npm install -g react-tools@0.12.2 | ||
npm install -g eslint | |||
npm install -g eslint-plugin-react | |||
=== Unit test and ui-showcase tools === | === Unit test and ui-showcase tools === | ||