JP Simard

Results 663 comments of JP Simard

I haven't updated the password on my photo site since I originally created it 4 years ago, but I tried following the steps again and had to change `"$(cat htpasswd)"`...

No I'm not planning on making changes to this project in the near future.

Can you try changing that npm install line to this to see if you get more details about the error? ``` RUN npm install --production --loglevel verbose ```

I don't have good advice for debugging further. Since this error appears to be related to `npm install`, I'd suggest asking for help in the npm forums: https://npm.community/c/support

Would you mind filing a PR? I may not merge it but it might be helpful if anyone else runs into this. Thanks!

Thanks for posting! Let’s keep this issue open to make it easier for others to find.

I didn't run into this, sorry.

My folder structure on my source website is ``` pics/ original/ Album Title 1/ 1.jpg 2.jpg 3.jpg Album Title 2/ 1.jpg 2.jpg 3.jpg Album Title 3/ 1.jpg 2.jpg 3.jpg ```...

It'd be great to have cleanup funcs, if you want to contribute them! Thanks for suggesting :)

Thanks for sharing! I haven’t encountered this myself but can see how this might happen. Could you open a PR to add this in a “Troubleshooting” section at the bottom...