We are having problems running \"npm install\" on our project. A certain file cannot be found :
fatal error C1083: Cannot open include file: \'w
Try to install again with --force option:
--force option
npm install --force
If this doesn't work try to update npm globally:
npm update -g npm
and try again with the --force option.
--force