You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Architecture
12
12
13
13
This installer is built on Windows using [Electron](http://electron.atom.io/).
14
14
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/).
16
16
17
17
18
18
Installing dependencies
@@ -30,9 +30,9 @@ In order to build the installer, you'll need to install some tools.
30
30
31
31
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.
32
32
33
-
5. Install Gulp, JSPM, and all dependencies:
33
+
5. Install Gulp and all dependencies:
34
34
35
-
npm install -g gulp jspm
35
+
npm install -g gulp
36
36
npm install
37
37
38
38
If either of the above steps fail, try deleting the c:\Users\<username>\.electron folder.
@@ -72,9 +72,9 @@ Local build with clean up
72
72
73
73
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:
0 commit comments