Doesn't install on Windows 10?
simonl65 opened this issue · 1 comments
simonl65 commented
Trying to npm install postcss-simple-vars --save-dev
on Windows 10 fails:
npm ERR! path W:\_DEV\travel-site\node_modules\fsevents\node_modules
npm ERR! code EPERM
npm ERR! errno -4048
npm ERR! syscall lstat
npm ERR! Error: EPERM: operation not permitted, lstat 'W:\_DEV\travel-site\node_modules\fsevents\node_modules'
npm ERR! { Error: EPERM: operation not permitted, lstat 'W:\_DEV\travel-site\node_modules\fsevents\node_modules'
npm ERR! stack: 'Error: EPERM: operation not permitted, lstat \'W:\\_DEV\\travel-site\\node_modules\\fsevents\\node_modules\'',
npm ERR! errno: -4048,
npm ERR! code: 'EPERM',
npm ERR! syscall: 'lstat',
npm ERR! path: 'W:\\_DEV\\travel-site\\node_modules\\fsevents\\node_modules' }
npm ERR!
npm ERR! Please try running this command again as root/Administrator.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\simonl\AppData\Roaming\npm-cache\_logs\2017-11-07T15_51_20_008Z-debug.log
Appears to be looking for fsevents, but that's not supported on Windows...
ai commented
This plugin doesn't use fsevents. Try to ask question on Stack Overflow.