Skip to content

Instantly share code, notes, and snippets.

@kensnyder
Last active November 22, 2023 17:21
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kensnyder/8476578 to your computer and use it in GitHub Desktop.
Save kensnyder/8476578 to your computer and use it in GitHub Desktop.
Minimal package.json file
{
"name": "",
"description": "",
"version": "0.1.0",
"dependencies": {},
"devDependencies": {}
}
@engelmav
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment