Confirmed users
2,615
edits
(Fix "Looking for bugs" links broken by the Bugzilla component rename.) |
|||
Line 51: | Line 51: | ||
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], react-tools and eslint. | These are [https://nodejs.org/ NodeJS] (note, though, that you MUST currently use an old version, 0.10), react-tools and eslint. | ||
Install NodeJS first, then follow the instructions below. | Install NodeJS 0.10 first, then follow the instructions below | ||
==== Mac installation of node 0.10 ==== | |||
brew install homebrew/versions/node010 | |||
==== Windows Specific ==== | ==== Windows Specific ==== |