Jens Geyer created THRIFT-3355:
----------------------------------
Summary: npm WARN package.json [email protected] No license field.
Key: THRIFT-3355
URL: https://issues.apache.org/jira/browse/THRIFT-3355
Project: Thrift
Issue Type: Bug
Components: Node.js - Library
Environment: npm version 2.14.2
Reporter: Jens Geyer
Assignee: Jens Geyer
Using the environment above, I get
{code}
Making all in nodejs
make[3]: Entering directory '/home/jens/Arbeitsfläche/Thrift/haxe/lib/nodejs'
/usr/bin/npm install --no-bin-links ../../
npm WARN package.json [email protected] No license field.
{code}
According to https://docs.npmjs.com/files/package.json the {{licenses: [...]}}
array is deprecated and the {{license: "..."}} SPDX expression string field
should be used instead.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)