-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Closed
Labels
FixedA PR has been merged for this issueA PR has been merged for this issueSuggestionAn idea for TypeScriptAn idea for TypeScriptVS Code TrackedThere is a VS Code equivalent to this issueThere is a VS Code equivalent to this issue
Milestone
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:
Metadata
Metadata
Assignees
Labels
FixedA PR has been merged for this issueA PR has been merged for this issueSuggestionAn idea for TypeScriptAn idea for TypeScriptVS Code TrackedThere is a VS Code equivalent to this issueThere is a VS Code equivalent to this issue