zahraa mohammed
zahraa mohammed

Reputation: 9

npm install in laravel 7.0

While installing npm for my projects of laravel 7.1 I have got an error

hp@LAPTOP-KKGMLCO3 MINGW64 /c/xampp/htdocs/Laravel/e-commerce
$ npm install




audited 17608 packages in 11.022s

35 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities'''

Upvotes: 0

Views: 1882

Answers (1)

AKX
AKX

Reputation: 168883

That is not an error. Everything installed just fine according to that.

Upvotes: 1

Related Questions