Question: The prompt is very clear, the package.json in your license file is configured as a valid SPDX ownership expression. Solution: 1, add a configuration item private:true; 2, change the license attribute to valid ownership such as MIT, ISC statement.
Question: The prompt is very clear, the
package.json
in yourlicense
file is configured as a valid SPDX ownership expression.Solution:
1, add a configuration item
private:true
;2, change the
license
attribute to valid ownership such as MIT, ISC statement.