GarthDB / postcss-inherit

A PostCSS port of https://github.com/reworkcss/rework-inherit
Apache License 2.0
16 stars 7 forks source link

Does not install on Windows #43

Closed rmcc3 closed 7 years ago

rmcc3 commented 7 years ago

npm ERR! argv "C:\\Program Files (x86)\\nodejs\\node.exe" "C:\\Program Files (x86)\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "postcss-inherit" "-save" "dev"
npm ERR! node v7.1.0
npm ERR! npm  v3.10.9
npm ERR! code EBADPLATFORM

npm ERR! notsup Unsupported platform for inotify@1.4.1: wanted {"os":"linux","arch":"any"} (current: {"os":"win32","arch":"x64"})
npm ERR! notsup Valid OS:    linux
npm ERR! notsup Valid Arch:  any
npm ERR! notsup Actual OS:   win32
npm ERR! notsup Actual Arch: x64```
GarthDB commented 7 years ago

Hmm. Do other postcss plugins work? I don't currently have a windows setup to test, but I'm sure I could put one together.

rmcc3 commented 7 years ago

This is the only one I couldn't install thus far

GarthDB commented 7 years ago

What version of node are you using?

rmcc3 commented 7 years ago

7.2

GarthDB commented 7 years ago

I can't seem to recreate this issue on windows 10. If you find a solution and want to make a pr I'd be happy to review it.