You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Automatically closing this issue for housekeeping purposes. The issue labels indicate that it is unactionable at the moment or has already been addressed.
From microsoft/vscode#47321
TypeScript Version: 2.9.0-dev.20180404
Search Terms:
@types/node
Code
In a new folder
npm init -y
tsc --init
touch index.ts
index.ts
:Expected behavior:
Error show. Quick fix can be used to install
@types/node
in projectActual behavior:
Error shown:
cannot find name 'require'
. No Quick fixPlayground Link:
Related Issues:
The text was updated successfully, but these errors were encountered: