Issue
I'm using ionic 3 whatsapp clone github
project but when i run ionic serve command got this error when i try to install appscripts
Error npm WARN deprecated [email protected]: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
Solution
Uninstal Ionic and Cordova:
npm uninstall cordova ionic
Then clean cache:
npm cache clean -f
Then install ionic and cordova again:
npm install -g [email protected]
npm install -g [email protected]
Worked for me!
Answered By - Akash Shukla
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.