79826975

Date: 2025-11-21 22:20:08
Score: 2
Natty:
Report link

This happened because I had followed the guidance at https://nuxt.com/docs/4.x/guide/concepts/typescript#type-checking and installed vue-tsc and enabled typescript type-checking at run/build time. I don't know why it wasn't an issue previously but what I needed to do was run npm install @types/node --save-dev. (I did not need to add "types": [ "node" ] to the compilerOptions section of my tsconfig.json file.)

Reasons:
  • Blacklisted phrase (0.5): I need
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: nklatt