以下の内容はhttps://kuxumarin.hatenablog.com/entry/2019/12/13/195636より取得しました。


TypeScript で Console.log() を呼び出そうとするとエラーになるので直した。 Cannot find name 'console'. Do you need to change your target library?

現状

TypeScript を書いているときに以下のようなエラーが発生しました。

Cannot find name 'console'. Do you need to change your target library? Try changing the `lib` compiler option to include 'dom'

解決方法

node の 型情報ファイルが存在してなかったのが問題でした。

ということで以下のコマンドを実行し node の型情報を入れたら解決しました。

npm install @types/node



以上の内容はhttps://kuxumarin.hatenablog.com/entry/2019/12/13/195636より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14