npm install 404 error

1

I started a Vue.js course and I'm installing a feature by node.js but I'm having problems with the npm command, take a look;

What's wrong with my node in this command below?

npm install vue vue-resource bootstratp font-awesome --save

I've already uninstalled and reinstalled the node and nothing!

NOTE: I'm using Windows.

    
asked by anonymous 19.09.2017 / 12:38

1 answer

1

And just type this command that will solve the problem.

npm config set registry https://registry.npmjs.org/
    
19.09.2017 / 14:17