We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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 ../../../
Sorry, something went wrong.
I have the same problem and i've tried many ways to solve it without success...
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: