cukecipes icon indicating copy to clipboard operation
cukecipes copied to clipboard

Example Node.js application demonstrating Cucumber.js usages

Results 4 cukecipes issues
Sort by recently updated
recently updated
newest added

I've reported the details in [an issue reported to npm](https://github.com/npm/npm/issues/7674) (because that's what the error message told me to do). The upshot of the response was that you're depending on...

``` bash $ npm install --dev npm ERR! Error: version not found: [email protected] npm ERR! at /usr/local/lib/node_modules/npm/lib/cache/add-named.js:125:12 npm ERR! at saved (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/get.js:167:7) npm ERR! at Object.oncomplete (fs.js:107:15) npm ERR! If...

I followed the README and was able to run the features in the persistence world successfully. But when I ran the selenium world, it just opened two firefox windows ```...

``` npm install --dev ``` fails with the error ``` npm ERR! Error: EMFILE, too many open files npm ERR! at new Glob (/usr/local/Cellar/node/0.8.14/lib/node_modules/npm/node_modules/glob/glob.js:105:21) npm ERR! at glob (/usr/local/Cellar/node/0.8.14/lib/node_modules/npm/node_modules/glob/glob.js:57:11) npm...