SproutCore on Linux
Installation via NPM
To get started with SproutCore on Linux, you'll need a NodeJS 4.x installation or higher.
If you already have NodeJS 4.x or higher, skip to Step 3.
Step A: Installing NodeJS
- Install NodeJS either by downloading and installing the package from the main page of https://nodejs.org, or use the instructions for installing NodeJS through your package manager on https://nodejs.org/en/download/package-manager
-
Install SproutCore: This is the easy part.
$ npm install -g sproutcore
- Proceed to the tutorial