Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

events.js:85 throw er; // Unhandled 'error' event #72

Open
onokumus opened this issue Aug 3, 2015 · 0 comments
Open

events.js:85 throw er; // Unhandled 'error' event #72

onokumus opened this issue Aug 3, 2015 · 0 comments

Comments

@onokumus
Copy link

onokumus commented Aug 3, 2015

my sistem

uname -a
Linux zaman 4.1.3-1-ARCH #1 SMP PREEMPT Wed Jul 22 20:37:12 CEST 2015 x86_64 GNU/Linux

node version

node -v
v0.12.7

npm version

npm -v
2.13.2

package.json

{
  "name": "deneme",
  "version": "0.1.0",
  "description": "a verb config",
  "main": "verbfile.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/onokumus/deneme.git"
  },
  "keywords": [
    "verb",
    "markdown",
    "doc"
  ],
  "author": "Osman Nuri Okumuş <onokumus@gmail.com> (https://github.com/onokumus)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/onokumus/deneme/issues"
  },
  "homepage": "https://github.com/onokumus/deneme#readme",
  "devDependencies": {
    "verb": "git://github.com/verbose/verb.git"
  }
}

.verb.md

# {%= name %}

> {%= description %}

verbfile.js

var verb = require('verb');

verb.task('readme', function() {
  verb.src('.verb.md')
    .pipe(verb.dest('.'));
});

verb.task('default', ['readme']);

Bat 😞

verb -v
[11:59:48] CLI version 0.7.2
[11:59:48] Local version 0.8.7
[11:59:49] using verbfile ~/Desktop/sailbat/deneme/verbfile.js
[11:59:49] starting 'readme'
[11:59:49] finished 'readme' after 11 ms
[11:59:49] starting 'default'
[11:59:49] finished 'default' after 10 μs

events.js:85
      throw er; // Unhandled 'error' event
            ^
true

see https://github.com/onokumus/deneme

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant