-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
Justins-MacBook-Pro-2:can-vdom justin$ donejs add plugin
Initializing new DoneJS application at /Users/justin/dev/can-vdom
Installing donejs-cli
> [email protected] postinstall /Users/justin/dev/can-vdom/node_modules/spawn-sync
> node postinstall
[email protected] /Users/justin/dev/can-vdom
└── [email protected] extraneous
Installing generator-donejs@^0.9.0
[email protected] /Users/justin/dev/can-vdom
├── [email protected] extraneous
└── [email protected] extraneous
? Project main folder .
? Application keywords donejs,canjs
? NPM version used 3
Writing package.json v0.9.5
events.js:154
throw er; // Unhandled 'error' event
^
ReferenceError: /Users/justin/dev/can-vdom/node_modules/generator-donejs/plugin/templates/readme.md:3
1| # <%= name %>
2|
>> 3| [](https://travis-ci.org/<%= githubAccount %>/<%= name %>)
4|
5| <%= description %>
6|
chasenlehara