moudy / broccoli-taco

Static Sites Powered by Broccoli
http://broccoli-taco.com/
94 stars 14 forks source link

npm WARN deprecated #22

Closed JimmiLee closed 8 years ago

JimmiLee commented 8 years ago

Hi moudy, I'm writing an article about how to set up broccoli-taco with GitHub and hosted with Netlify, but I'm having a problem after running the command: npm install It throws three warning, which I believe is what's causing the multitude of errors that come after these. Iv'e found these warnings elsewhere too (google), but I'm not sure how to get past them ?

npm WARN deprecated static-favicon@1.0.2: use serve-favicon module
npm WARN deprecated lodash@2.4.2: lodash@<3.0.0 is no longer maintained. Upgrade to lodash@^3.0.0.
npm WARN deprecated lodash-node@2.4.1: This package is no longer maintained. See its readme for upgrade details.

I got rid of the top and bottom warning, but not the middle warning. I did this by using the following commands, though I've got no clue why or which one did the tricks:

$ npm i --save lodash
$ sudo -H npm i -g npm
$ npm i lodash-migrate

However, I'm still getting that one error and I was wondering if you could help me out here? There'll be a very positive article about your work as a reward :)