Cannot find module 'fs'

前端 未结 4 1791
别那么骄傲
别那么骄傲 2021-01-11 12:20

Hello i\'m facing this issue here: Typescript Node.js simplest setup doesn't work -- error TS2307: Cannot find module 'fs'

And i\'ve tried also that sol

4条回答
  •  执笔经年
    2021-01-11 13:14

    Are you running this in Node?

    Why not import fs from fs?

    Also try require and see what's up

提交回复
热议问题