Following the guidelines provided here
- First step is to download the zip file of ani-theme project from this link and unzip the contents to C:\dev\angular\ani-theme-master
Next, make sure you have npm, gulp, and bower installed. Here are the version details for each tool.
C:\dev\angular\ani-theme-master>gulp -v [12:49:20] CLI version 3.9.1 [12:49:20] Local version 3.9.1 C:\dev\angular\ani-theme-master>bower -v 1.8.0 C:\dev\angular\ani-theme-master>npm -v 3.10.10
- Navigate to C:\dev\angular\ani-theme-master in your command prompt
- Run the command bower install
C:\dev\angular\ani-theme-master>gulp build (Error message related to a parse error might be displayed during the execution)
If anyone has insights on why this particular error occurs, especially in relation to the 64-bit vs 32-bit discrepancy mentioned in the npm install output, kindly share your thoughts.