Felipe Roberto

Results 3 comments of Felipe Roberto

without lodash: ``` javascript var supportedLngs = ['pt-br']; supportedLngs.forEach(function(lng){ if( lng === 'en' ) return; var obj = require('numeral/languages/'+lng); numeral.language(lng, obj); }); ``` or ``` javascript var supportedLngs = ['pt-br'];...

it happened with me, too. But just because I have interrupted the npm install after an infinity install process, so the jsxc module was not installed. try manually install via...

Based on my installation process and errors I could guess that you have tried to install via npm, right? Because when I re-tried but via git clone all errors before...