garth / snabbdom-material

Stateless UI components for snabbdom that follow material design
http://garth.github.io/snabbdom-material/
MIT License
49 stars 6 forks source link

npm install didn't download the all modules #24

Closed Kalantar81 closed 8 years ago

Kalantar81 commented 8 years ago

Grüß gut! First of all, I wanna thank you for the best tutorial example, that I saw in Snabbdom technology with a webpack binder. When I make an npm install, its not giving me the all modulies. There are a conflict between some of them. What can you advise to do?

garth commented 8 years ago

Morgen,

If you're using npm 3 then you will need to manually install the dependencies which at the moment are:

npm install classnames moment snabbdom snabbdom-jsx

I hope that helps?

If you are still having conflicts then I would need more details to investigate.

Kalantar81 commented 8 years ago

Thank you, for information! Schönen tag.

garth commented 8 years ago

I've change the dependencies to be always downloaded now, it will take affect from the next release