node-gallery
node-gallery copied to clipboard
No album found
Hello, I am trying to use node-gallery in a node js/Express/Jade project I am working on.
Having followed the instructions in this project, I am getting the following error when I visit my localhost:3000/gallery page:
{"message":"No album found","error":{"errno":-2,"code":"ENOENT","syscall":"scandir","path":"./resources/photos"}}
I am new to node js, Express and Jade and I am not sure what this error means or how to solve it?
Thanks for any help on this.
A work around I found useful was to use absolute paths. Even then, it wasn't working, so I ended up prefixing the path by many ../../../
I have the same problem and i've tried many ways to solve it without success...