In the readme : ``` var Draggable = require ('Draggable'); ``` should be : ``` var Draggable = require ('draggable'); ``` (in lowercase) It will not build except on windows with the uppercase D
In the readme :
should be :
(in lowercase)
It will not build except on windows with the uppercase D