Installing gulp and its dependencies
The procedure to install gulp and its dependencies is provided in this topic.
About this task
Note:
The nodejs libraries are not available for AIX. You must build the AngularJS
extensions on Linux or Windows environments, where the required version of node and
gulp are installed.
Procedure
-
Download
node.jsfrom https://nodejs.org/dist/v0.10.28/node-v0.10.28-x86.msi. -
Install
node.jsin a folder. For example,C:\NodeJS. - Open the command line interface with administrator privileges.
-
Run the command:
npm install -g gulp@v3.9.0. -
Create a folder
<STORE_BUILD_FOLDER>. For example,C:/StoreBuild. -
Copy the gulp files from
<RUNTIME>/nodebuild/wsc/to<STORE_BUILD_FOLDER>. -
Run the command:
cd <STORE_BUILD_FOLDER>. -
Run the command:
npm update.