Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 516 Bytes

File metadata and controls

29 lines (19 loc) · 516 Bytes

ASP base template

Setting up the project (with gulp)

  1. run npm i
  2. run npm start

if any error on npm start follow the following steps

https://gulpjs.com/docs/en/getting-started/quick-start

Min Versions of node, npm, npx

node --version
# Min. Ver: 8.11.1

npm --version
# Min. Ver: 5.6.0

npx --version
# Min. Ver: 9.7.1

Update npx

sudo npm install -g npx

Install gulp-cli

npm install --global gulp-cli