Closed
Description
TypeScript Version: 2.9.0-dev.20180404
Search Terms:
@types/node
- Quick fix
- typings install
Code
In a new folder
-
npm init -y
-
tsc --init
-
touch index.ts
-
index.ts
:import * as fs from 'fs';
Expected behavior:
Error show. Quick fix can be used to install @types/node
in project
Actual behavior:
Error shown: cannot find module fs
Playground Link:
Related Issues: