Problem installing boostrap

0

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

    
asked by anonymous 12.06.2018 / 19:47

1 answer

0

Try

npm install bootstrap

Which command did you use?

    
14.06.2018 / 13:03