Problem installing boostrap

Asked

Viewed 64 times

0

I am trying to install Bootstrap using Nodejs from 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\_logs\2018-06-12T17_43_37_258Z-debug.log
PS C:\Users\Thiag\Documents\angular2\angular-cli-libs>

What must I do to get around this flaw?

grateful

1 answer

0

Try

npm install bootstrap

which command you used?

Browser other questions tagged

You are not signed in. Login or sign up in order to post.