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

--savetiddlers causes an error #1

Closed
pmario opened this issue Jan 20, 2012 · 1 comment
Closed

--savetiddlers causes an error #1

pmario opened this issue Jan 20, 2012 · 1 comment

Comments

@pmario
Copy link
Member

pmario commented Jan 20, 2012

created index.html with tw5.sh -> file is ok.

node tiddlywiki.js --load tmp/tw5/index.html --savetiddlers tmp/tiddlers

tmp/tiddlers directory exists

/media/Daten/Git/tiddly/cook.js/tiddlywiki.js:100
                    var tiddlers = tiddlerInput.parseTiddlerFile(data,type,fields);
                                 ^
TypeError: Object #<Object> has no method 'parseTiddlerFile'
    at /media/Daten/Git/tiddly/cook.js/tiddlywiki.js:100:34
    at [object Object].<anonymous> (fs.js:115:5)
    at [object Object].emit (events.js:64:17)
    at afterRead (fs.js:1111:12)
    at Object.wrapper [as oncomplete] (fs.js:254:17)

node version 0.6.5, latest cook.js git repo.

test.sh doesn't produce usefull output.

@Jermolene
Copy link
Member

Hi Mario, thank you trying things out, and I'm sorry it's not working for you.

I assume here that the tmp/tiddlers directory doesn't in fact exist? I'll update the docs, but --savetiddlers creates the output directory, and will fail if it already exists.

Jermolene pushed a commit that referenced this issue Oct 5, 2014
Fix Firefox toolbar jump
Jermolene pushed a commit that referenced this issue Oct 18, 2014
Jermolene pushed a commit that referenced this issue Feb 6, 2015
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

2 participants