skip to Main Content

Visual Studio Code – Npm install and vi fails

Recently I have had some problems regarding basic npm commands. I have the following package.json: { "name": "bundle", "version": "1.0.0", "description": "", "main": "webpack.config.js", "author": "", "license": "ISC", "scripts": { "install": "npm i", "bundle": "webpack", "watch": "webpack --mode=development --watch" },…

VIEW QUESTION
Back To Top
Search