Last active
November 22, 2023 17:21
-
-
Save kensnyder/8476578 to your computer and use it in GitHub Desktop.
Minimal package.json file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "", | |
"description": "", | |
"version": "0.1.0", | |
"dependencies": {}, | |
"devDependencies": {} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Note for search engines: if you are receiving the error "npm ERR! could not detect node name from path or package
" you may need to add a value for
name
.