slara / generator-reveal

Yeoman generator for Reveal.js
MIT License
429 stars 52 forks source link

Package doesn't work #8

Closed boo1ean closed 11 years ago

boo1ean commented 11 years ago
Unable to register generator-reveal/app/index.js (Error: Arguments to path.join must be strings)
Unable to register generator-reveal/slide/index.js (Error: Arguments to path.join must be strings)
Error reveal

generator-reveal 0.0.5 node v0.10.11

slara commented 11 years ago

I can't reproduce this problem. Please try updating your npm repository with

npm cache clean
npm -g update
npm install -g generator-reveal

There is a StackOverflow Q/A about this error on generator-webapp http://stackoverflow.com/questions/15357274/yeoman-yo-webapp-fails-with-typeerror

boo1ean commented 11 years ago

Thanks, it helped.