SPFx – resolving error – TSLint is not supported for rush-stack-compiler-4.x package

SPFx - gulp build error - TSLint is not supported for rush-stack-compiler-4.x package
SPFx - gulp build error - TSLint is not supported for rush-stack-compiler-4.x package

Hi All,

Today new issue and resolution !!!

Details / Background :

In one of our SPFx last article – SPFx – Using PnPjs version 3 : Resolving error – Error – [tsc] node_modules/@pnp/queryable/queryable.d.ts(10,115): error TS1005: ‘,’ expected we discussed about Microsoft rush stack compiler and updated the latest version of it

Next we have updated tsconfig.js file to refer latest version of Microsoft rush stack compiler as

SPFx component – Updated tsconfig.json file for referring latest “Microsoft rush stack compiler”
fig : SPFx component – Updated tsconfig.json file for referring latest “Microsoft rush stack compiler”

As we updated and did gulp build got an error

Error / Issue :

TSLint is not supported for rush-stack-compiler-4.x package

gulp build error - TSLint is not supported for rush-stack-compiler-4.x package
fig – SPFx – gulp build error – TSLint is not supported for rush-stack-compiler-4.x package

Solution / Cause of an issue :

  • We are using pnpjs library version 3
  • We are using rush stack compiler version 4.2
  • We are having type script version – 4.2.4
  • TypeScript version 4+ not supports the tslint. TSLint is deprecated
  • Since TSLint is deprecated we need to disable the TSLint task in gulpfile js

build.tslintCmd.enabled = false;

SPFx - disabling tslint in gulp file - gulpfile.js
fig : SPFx – disabling tslint in gulp file – gulpfile.js

After disabling TSLint in gulp file – gulpfile.js we did again gulp build and it succeeded.

Thanks for reading !!! Feel free for suggestion / question / thoughts

HAVE A GREAT TIME AHEAD !!!

Prasham Sabadra

LIFE IS VERY BEAUTIFUL. ENJOY THE WHOLE JOURNEY :) Founder of Microsoft 365 Junction, Speaker, Author, Learner, Developer, Passionate Techie. Certified Professional Workshop Facilitator / Public Speaker. Believe in knowledge sharing. Around 20+ years of total IT experience and 17+ years of experience in SharePoint and Microsoft 365 services Please feel free me to contact for any SharePoint / Microsoft 365 queries. I am also very much interested in behavioral (life changing) sessions like motivational speeches, Success, Goal Setting, About Life, How to live Life etc. My book - Microsoft 365 Power Shell hand book for Administrators and Beginners and 100 Power Shell Interview Questions - https://www.amazon.in/Microsoft-Administrators-Beginners-Interview-Questions/dp/9394901639/ref=tmm_pap_swatch_0?_encoding=UTF8&qid=1679029081&sr=8-11

You may also like...

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Discover more from Microsoft 365

Subscribe now to keep reading and get access to the full archive.

Continue reading