Skip to content

Commit c323fa5

Browse files
committed
Remove JSPM from Readme file
1 parent fac5d17 commit c323fa5

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Architecture
1212

1313
This installer is built on Windows using [Electron](http://electron.atom.io/).
1414

15-
You will also require the [Node.js, NPM](https://nodejs.org/), [Gulp](http://gulpjs.com/) and [jspm](http://jspm.io/).
15+
You will also require the [Node.js, NPM](https://nodejs.org/) and [Gulp](http://gulpjs.com/).
1616

1717

1818
Installing dependencies
@@ -30,9 +30,9 @@ In order to build the installer, you'll need to install some tools.
3030

3131
Note that your system might have an "AppData" (no space) instead of "App Data" (with space) folder, so make sure you use the correct path for your system.
3232

33-
5. Install Gulp, JSPM, and all dependencies:
33+
5. Install Gulp and all dependencies:
3434

35-
npm install -g gulp jspm
35+
npm install -g gulp
3636
npm install
3737

3838
If either of the above steps fail, try deleting the c:\Users\<username>\.electron folder.
@@ -72,9 +72,9 @@ Local build with clean up
7272

7373
If your npm install gets corrupted (or out of date) and you can't build, you can try cleaning leftover modules by deleting all dependencies and generated configuration files and installing them again:
7474

75-
rm -rf node_modules/ browser/jspm_packages/ browser/config.js test/jspm-config.js
75+
rm -rf node_modules/
7676
npm cache clean
77-
npm install -g gulp jspm
77+
npm install -g gulp
7878
npm install
7979

8080
Then build as in the examples above.

0 commit comments

Comments
 (0)