Visual Studio Code – Angular typescript: cannot find module aspnetcore-https
In package.json I have: { "name": "projName", "version": "0.0.0", "scripts": { "ng": "ng", "prestart": "node aspnetcore-https", ... when I run npm start I get: Error: Cannot find module '...aspnetcore-https' How can I install the module? If I try npm install…