Home > Mobile >  tslint configuration issue in gulp project
tslint configuration issue in gulp project

Time:04-01

I run, gulp bundle and I'm getting this error so any body know why it might be?

gulp --version CLI version: 2.3.0 Local version: 4.0.2

node --version v12.18.3

enter image description here

CodePudding user response:

Just install the package

npm i @microsoft/sp-tslint-rules

  • Related