'Installing external module using npm
debug icon showing in package.json but not quite sure what it means or how to fix it because when I copied and pasted code to stackoverflow, icon didn't show.
Created a package.json file through terminal and code should be as below, but my editor is showing me the debug icon as seen in the image and I'm not quite sure what it means or what todo.
{ "type": "module", "name": "node-intro", "version": "1.0.0", "description": "This is an intoduction to node project.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Enilolade", "license": "ISC" }
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
