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,490
  • 7
  • 20
  • 40

1 Answers1

0

Try the following commands in your command line:

npm install lodash
npm install graceful-fs
mc01
  • 3,652
  • 18
  • 24
Karpov Vladimir
  • 140
  • 1
  • 1
  • 8