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
Please ensure the following prerequisite frameworks and applications are installed. NPM modules need to be installed globally (npm install -g):
3
+
-[NodeJS][ca1dffb7] v4.4.7 or greater
4
+
-[PhantomJS][6997c770] v2.1 or greater
5
+
-[CasperJS][476ee510] v1.1.1 or greater
6
+
-[Cmder][9924c39d] (optional)
7
+
8
+
[ca1dffb7]: http://nodejs.org/"NodeJS"
9
+
[6997c770]: http://phantomjs.org/"PhantomJS"
10
+
[476ee510]: http://casperjs.org/"CasperJS"
11
+
[9924c39d]: http://cmder.net/"Cmder"
12
+
13
+
## Update Environment Variables
14
+
Make sure your path environment variables are updated for PhantomJS, CasperJS and Cmder withn the executable path.
15
+
Depending on where you installed the software the paths will be similar to:
16
+
- C:\Program Files\nodejs\
17
+
- C:\phantomjs
18
+
- C:\casperjs\batchbin
19
+
20
+
## Check Prerequisities
21
+
After the executables paths have been added to your environment variables you can check they are installed correctly using the following commands from the command line:
22
+
- node --version
23
+
- phantomjs --version
24
+
- casperjs --version
25
+
26
+
If everything is installed correctly each command will return the curent version details.
0 commit comments