michaelwayman / node-sass-chokidar

A thin wrapper around node-sass to replicate the --watch using chokidar instead of Gaze
MIT License
291 stars 34 forks source link

Unmet dependencies when npm installing #26

Closed jaredwilli closed 7 years ago

jaredwilli commented 7 years ago

I am trying to add this to my app, but am getting unmet dependencies when npm installing...

$ npm install --save node-sass-chokidar ├── UNMET PEER DEPENDENCY jquery@1.9.1 - 3 ├── node-sass-chokidar@0.0.3 └── UNMET PEER DEPENDENCY popper.js@^1.12.3

Any ideas?

jaredwilli commented 7 years ago

Ahh nevermind. not an issue with this package. yarn add node-sass-chokidar works, just links them for you :)