Visual Studio Code – Cannot find module 'vscode' – Missing VSCode engine declaration in package.json
I'm developing a VSCode extension (package.json) and I get the "Error: Cannot find module 'vscode'" whenever I run it. I've already tried running npm install and it did not help. When I run node ./node_modules/vscode/bin/install I get "Error installing vscode.d.ts:…