is currently writing a project generation tool for the front end of vue"s nodejs project.
there are no other problems with the project I generated, but the name and version in package.json are generated dynamically according to the project at that time.
results show that npm install cannot be executed after the dynamically generated name, version is modified. Error:
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN Invalid version: "1.0"
npm WARN webapp No description
npm WARN webapp No repository field.
npm WARN webapp No README data
npm WARN webapp No license field.
it is OK not to change the name, not to change the edition. Ask the great god for advice
{
"name": "test",
"version": "1.0",
" private ": true
}