$ npm install lodash.subtract
The lodash method _.subtract exported as a Node.js module.
_.subtract
Using npm:
$ {sudo -H} npm i -g npm $ npm i --save lodash.subtract
In Node.js:
var subtract = require('lodash.subtract');
See the documentation or package source for more details.