Closed paazmaya closed 6 years ago
After seeing this message while doing npm install
npm install
npm WARN tilemill@0.10.2 No license field
The cause is that licenses property in package.json is deprecated. https://docs.npmjs.com/files/package.json#license
licenses
package.json
I will be doing a Pull Request for fixing this.
After seeing this message while doing
npm install
The cause is that
licenses
property inpackage.json
is deprecated. https://docs.npmjs.com/files/package.json#licenseI will be doing a Pull Request for fixing this.