Npm install gives an error instead of installing packages. According to package.json definition version number must be parsable by node-semver.
Steps to reproduce
Execute npm install on the console.
Expected behaviour
Npm install must restore packages
Actual behaviour
$ npm install
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN Invalid version: "1.1"
npm WARN publiccode-editor No description
npm WARN publiccode-editor No repository field.
npm WARN publiccode-editor No README data
npm WARN publiccode-editor No license field.
Subject of the issue
Npm install gives an error instead of installing packages. According to package.json definition version number must be parsable by node-semver.
Steps to reproduce
Execute npm install on the console.
Expected behaviour
Npm install must restore packages
Actual behaviour
$ npm install npm notice created a lockfile as package-lock.json. You should commit this file. npm WARN Invalid version: "1.1" npm WARN publiccode-editor No description npm WARN publiccode-editor No repository field. npm WARN publiccode-editor No README data npm WARN publiccode-editor No license field.
Node v10.13.0