Issue
I'm given these warnings on GitHub and I am wondering how to fix them. It is not overwhelmingly clear!
Solution
One way is below.
- Remove all the lock files and node modules
- Then do a
npm i
which will generate lock files with updated packages.
This should fix at least some of your warnings. Sometimes, it might fix all.
Answered By - Raju Answer Checked By - Senaida (PHPFixing Volunteer)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.