postcss / postcss-simple-vars

PostCSS plugin for Sass-like variables
MIT License
415 stars 36 forks source link

Doesn't install on Windows 10? #73

Closed simonl65 closed 6 years ago

simonl65 commented 6 years ago

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 6 years ago

This plugin doesn't use fsevents. Try to ask question on Stack Overflow.