0

Previously I am getting unmet dependecy so for that I tried Why does npm install say I have unmet dependencies? but now getting npm deprecated lodash@1.0.2 and npm deprecated graceful-fs@1.2.3 version issue for npm install

enter image description here

Community
  • 1
  • 1
Sarvesh Yadav
  • 2,600
  • 7
  • 23
  • 40

1 Answers1

0

Try the following commands in your command line:

npm install lodash
npm install graceful-fs
mc01
  • 3,750
  • 19
  • 24
Karpov Vladimir
  • 140
  • 1
  • 1
  • 9