I have a new project and in my package.json I have the following
"dependencies": {
"async": "^1.4.0",
"bower": "^1.3.3",
"gulp": "^3.5.6",
"gulp-angular-templatecache": "^1.5.0",
"gulp-sass": "2.3.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-util": "^2.2.14",
"require-dir": "^0.3.0",
"shelljs": "^0.3.0"
},
I’ve done an npm install and also have tried to force a download via> npm install gulp-sass; however, when trying to run sass, I’m getting the following
D:\development\my_app>ionic setup sass
[ERROR] Unable to find command: setup sass
Any ideas?