claudioc / jingo

Node.js based Wiki
MIT License
1.02k stars 184 forks source link

Tools - All pages does not work #83

Closed achimwessling closed 7 years ago

achimwessling commented 9 years ago

In my installation I get an empty result when calling Tools - All pages. I'm using the current version (1.2.11) on iojs! Any hint is welcome! Thanks!

claudioc commented 9 years ago

Hi, Unfortunately I am not able to reproduce this problem on my installation(s). I never tested Jingo with io.js, though. Which version of io are you using?

achimwessling commented 9 years ago

I use iojs 2.3.1. I switched from nodejs to iojs, because I got an error during the installation of jingo when npm tries to load the dependencies. If I remember it correctly it was a dependency of iconv, which won't install properly under windows.

achimwessling commented 9 years ago

Today I updatet to version 1.3.0. I still get an empty result when calling Tools - All pages. How can I support you find this problem / error?

achimwessling commented 8 years ago

I could solve the problem on my system with the changes in the following commit: https://github.com/achimwessling/jingo/commit/2324dbbad8b6d0c7f60ab2d3d80374dd9a97a698!

I'm on window$ and I'm not a very experienced git user! So I'm not really sure what's the difference of both!?

BradlySharpe commented 8 years ago

This could be closed? io.js has merged with the Node.js project again as of Node v4.

Lichtjaeger commented 8 years ago

Same here using Node v5.7 on Windows.

Removing , "--", docSubdir + pattern from ls in gitmech.js helping here too.