Joe

Results 8 comments of Joe

I see there's a `clean-install` npm script which installs karma & jsdom via the command line. Is there a particular reason these weren't listed as devDependencies instead?

`npm run clean-install && npm test` fails with ``` added 341 packages in 181.227s ln: failed to create symbolic link 'node_modules/karma-jsdom-launcher' -> '../': File name too long npm ERR! code...

Would this shim be easy to implement? Would it just be a copy-paste of https://github.com/nullivex/nodist/blob/bd91bfa4d1bd452a7ef36d3a4112aec1851e9c6b/src/shim-npm.go and adding it to build.js, similar to this? https://github.com/nullivex/nodist/blob/bd91bfa4d1bd452a7ef36d3a4112aec1851e9c6b/build/build.js#L174

Copying in the lib & node_modules folders, as well as package.json from https://github.com/npm/cli/tree/v6.13.4 got it working.

Has there been any progress on this? I think a great many of mobile players would love to see this come to fruition eventually.

I ran into this as well. Using `ng-if` was a pretty painless workaround for myself.

This library, at run-time, is just a passthrough layer. Hence the babel plugin to remove it during build. Are you sure what you're doing works with `redux-saga` ?

This is an issue with Firefox. There are other libraries out there that work around the issue. On Mon, Nov 23, 2015, 7:41 AM Hodor9898 [email protected] wrote: > i have...