After installing with npm install --save leaflet-omnivore and including with var omnivore = require("leaflet-omnivore"); I get the following error while compiling with browerify
cannot find module 'brfs' from '/path/to/my/project/node_modules/leaflet-omnivore'
cannot find module 'hintify' from '/path/to/my/project/node_modules/leaflet-omnivore'
Omnivore cannot be used with npm + browserify.
After installing with
npm install --save leaflet-omnivore
and including withvar omnivore = require("leaflet-omnivore");
I get the following error while compiling with browerifyI suspect it might be because of a mixup of
dependencies
anddev-dependencies
in yourpackage.json