JoshuaKGoldberg/create-typescript-app

๐Ÿ› Bug: @types/node is needed as devDependency for created projects

JoshuaKGoldberg opened this issue ยท 1 comments

Bug Report Checklist

  • I have tried restarting my IDE and the issue persists.
  • I have pulled the latest main branch of the repository.
  • I have searched for related issues and found none that matched my issue.

Expected

All devDependencies needed for linting should be installed in new projects.

Actual

@types/node is missed. On new repos:

  52:5   error  Unsafe assignment of an error typed value        @typescript-eslint/no-unsafe-assignment

...which is complaining about import.meta.dirname. That property comes from @types/node.

Additional Info

๐Ÿ’–

๐ŸŽ‰ This is included in version v1.63.1 ๐ŸŽ‰

The release is available on:

Cheers! ๐Ÿ“ฆ๐Ÿš€