Open
Description
Pre-flight checklist
- I have read the contribution documentation for this project.
- I agree to follow the code of conduct that this project uses.
- I have searched the issue tracker for a bug that matches the one I want to file, without success.
Forge version
7.7.0
Electron version
34.2.0
Operating system
PopOS! 22.04 x64
Last known working Forge version
No response
Expected behavior
No TypeScript compilation errors
Actual behavior
node_modules/listr2/dist/index.d.ts:1:28 - error TS2307: Cannot find module 'rxjs' or its corresponding type declarations.
1 import { Observable } from 'rxjs';
~~~~~~
Steps to reproduce
Run npx tsc --noEmit
on the vite + typescript template
Additional information
Solution: update listr2
to version "^8.1.0" (i.e. by changing
Line 63 in aee077f
listr2
fix: listr2/listr2@4eab16a .