프로젝트/2023 개발

[에러] yarn start 시, Cannot find module 'typescript' from '프로젝트\node_modules'

2023. 11. 16. 19:54

에러

Cannot find module 'typescript' from '프로젝트\node_modules'

~

code: 'MODULE_NOT_FOUND'

 

해결

터미널에서 typescript 모듈 재설치

1. npm install typescript -g, 전역설치

2. npm link typescript

3. 재기동