Home > Software engineering >  Intellij isn't finding npm scripts anymore
Intellij isn't finding npm scripts anymore

Time:01-21

I don't know what I changed but Intellij is not detecting the npm scripts anymore. I was creating a second tsconfig file and after that it stoped working. I created a new project and cleared the cache but IntelliJ keep saying that there is no script

CodePudding user response:

Please make sure that *.json pattern is assigned to either JSON or JSON5 file type in Preferences | Editor | File types

  •  Tags:  
  • Related