I get this error just by doing require('angular'); (my script doesn't contain any other code), I'm using 1.2.19 with browserify.
[$injector:nomod] Module 'ngLocale' is not available! You either misspelled the module name or forgot to load it. If registering a module ensure that you specify the dependencies as the second argument.
I get this error just by doing
require('angular');
(my script doesn't contain any other code), I'm using 1.2.19 with browserify.