1. 程式人生 > >Angular 7 使用require 出現的問題: Cannot find name 'require'. Do you need to install......

Angular 7 使用require 出現的問題: Cannot find name 'require'. Do you need to install......

報錯詳情:

建立了一個新的angular專案,打算通過require使用js,出現了“ERROR in src/app/app.component.ts(11,9): error TS2580: Cannot find name 'require'. Do you need to install type definitions for node? Try `npm i @types/node`” 的問題

問題解決:

找到tsconfig.app.json檔案

在types中加入"node"即可