verbose / verb-cli

Command line tool for Verb.

Home Page:https://github.com/verbose/verb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to create docs from scaffolded template from yo verb

pavelbinar opened this issue · comments

I generated new verb project via yo verb and than run command verb

Log: https://gist.github.com/pavelbinar/44d92accb8cbfd0cc77e#file-gistfile1-txt-L42

I've seen this error too.It's just a missing dependency. I'll do a fix in a little bit.

Actually, I'm not sure where to update this. @jonschlinkert probably has a better idea.

As a work around, you just have to do npm install verb-tag-jscomments --save-dev

I'll take a look this evening, thanks for reporting it!

I've been making a bunch of related fixes, I didn't forget about this, just wanted to let you know!

Hi all!
@doowb Yes, npm install verb-tag-jscomments --save-dev worked. Thanks.
@jonschlinkert No problem, Thanks for info.

closing due to age, since verb and verb-cli have been refactored since