Closed claytonmarinho closed 9 years ago
gps-tracking@1.0.7 license should be a valid SPDX license expression returns when installing gps-tracking.
gps-tracking@1.0.7 license should be a valid SPDX license expression
I changed "license": "GPLv3" to "license": "GPL-3.0" and now give npm WARN install Refusing to install gps-tracking as a dependency of itself
"license": "GPLv3"
"license": "GPL-3.0"
npm WARN install Refusing to install gps-tracking as a dependency of itself
Any ideia how solve this?
Now it's fixed on 90e4c7c
Thanks.
gps-tracking@1.0.7 license should be a valid SPDX license expression
returns when installing gps-tracking.I changed
"license": "GPLv3"
to"license": "GPL-3.0"
and now givenpm WARN install Refusing to install gps-tracking as a dependency of itself
Any ideia how solve this?