1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

[TypeORM] jsconfig.jsonエラー

Last updated at Posted at 2021-08-15

はじめに

VSCodeでTypeORM使ってコード実装してるときに、jsonconfig.jsでエラーが発生したのでメモ📝

エラー内容

File '/home/filename/node_modules/source-map/source-map/'not found.The file is in the program because: Root file specified for complication

not foundって怒られてるけど、/home/filename/node_modules/source-map/source-map/にファイルはある。

対処方法

VSCodeを再起動したら直った

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?