I'd like to know how to use bower on nixos too. For now I'm doing the following:
$ npm install bower $ node_modules/bower/bin/bower That works, but it's obviously inconvenience. Cheers, Ellis On Fri, Nov 7, 2014 at 3:08 PM, Shell Turner <[email protected]> wrote: > Hey, > > I'm trying to get Bower running under NixOS. After installing it with > "nix-env -iA nixos.pkgs.nodePackages.bower", running "bower" outputs: > > module.js:340 > throw err; > ^ > Error: Cannot find module 'es5-ext/object/assign' > at Function.Module._resolveFilename (module.js:338:15) > at Function.Module._load (module.js:280:25) > at Module.require (module.js:364:17) > at require (module.js:380:17) > at Object.<anonymous> > (/nix/store/2pnixcmhgdmjpriprszjfsabva07j5bh-node-d-0.1.1/lib/node_modules/d/index.js:3:21) > at Module._compile (module.js:456:26) > at Object.Module._extensions..js (module.js:474:10) > at Module.load (module.js:356:32) > at Function.Module._load (module.js:312:12) > at Module.require (module.js:364:17) > > Any ideas? > Shell > _______________________________________________ > nix-dev mailing list > [email protected] > http://lists.science.uu.nl/mailman/listinfo/nix-dev _______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
