outdated
outdated copied to clipboard
CLI to test if your local dependencies are outdated. Supports NPM, Bower and jspm.
I get this error even when trying to disable jspm with command-line parameters ``` sh Error: Cannot find module '../node_modules/jspm/lib/config.js' at Function.Module._resolveFilename (module.js:339:15) at Function.Module._load (module.js:290:25) at Module.require (module.js:367:17) at...
Fail to work on jspm with bower repo set ``` npm install --save jspm-bower-endpoint jspm registry create bower jspm-bower-endpoint -y jspm install bower:d3 ... ``` `outdated` gives : ``` ℹ...
Thank you for this, it was the one thing that I was going to miss moving from npm to jspm. Under jspm there are two version checking packages, npm-check and...