Initialize package.json with default values
npm init -y Creates a package.json file with the following configuration: { "name": "test-app", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywo...
Jan 25, 20211 min read3