n30w / Darkspace

Academic project management platform for SE-2024
MIT License
0 stars 0 forks source link

Frontend Dev Environment Missing TSX Types for Next #3

Closed n30w closed 6 months ago

n30w commented 6 months ago

Development environment type checking unable to recognize imports, cannot find imports for types such as "next/image".

This error is apparently TS(2307).

Code will not compile, but will still run in development mode locally.

n30w commented 6 months ago

Fix found: add nodeLinker: node-modules to .yarnrc.yml

After adding to .yarnrc.yml, rerun yarn in frontend directory.