I\'m attempting to execute npm install in Git Bash client on Windows 8.1 but receiving the following error:
npm install
npm WARN optional SKIPPING OPTIONAL
What worked for me was this. In the Homestead environment I used:
sudo su
then run again