skilbjo
Results
13
comments of
skilbjo
actually - it's probably this line that is messing with the test ... ``` import { wrapper } from 'axios-cookiejar-support'; wrapper(axios); ``` i imagine that axios is not registering that...
Thanks for reporting this, I was meaning to report this too. The `EMFILE` error appears to be due to `npm install` using more than 1,024 file descriptors, which is the...
node-waf is not available anymore... node-gyp is the replacement...