I'm trying to install Bootstrap using NodeJS through the terminal and the following error is displayed:
npm ERR! code ETARGET npm ERR! notarget No matching version found for
jquery@next npm ERR! notarget In most cases you or one of your
dependencies are requesting npm ERR! notarget a package version that
doesn't exist.
npm ERR! A complete log of this run can be found in: npm ERR!
C:\Users\Thiag\AppData\Roaming\npm-cache\_logs18-06-12T17_43_37_258Z-debug.log
PS C:\Users\Thiag\Documents\angular2\angular-cli-libs>
What should I do to get around this failure?
grate