spdx-correct : correct invalid SPDX expressions. You can installing spdx-correct npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install spdx-correct $ sudo npm install -g spdx-correct
If want to update the spdx-correct package execute the command as below,
$ sudo npm update spdx-correct
Update package globally,
$ npm install -g spdx-correct
$ sudo git clone https://github.com/rektide/spdx-correct.git
$ sudo npm install -g ./spdx-correct
spdx-correct@2.0.4 /usr/lib/node_modules/spdx-correct
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall spdx-correct
| Package Name | spdx-correct |
| Version | 2.0.4 |
| Description | correct invalid SPDX expressions |
| Released Date | 2017-07-31T18:14:32.998Z |
| Published by | kemitchell |
| How to Learn | https://www.npmjs.com/package/spdx-correct/tutorial |