alappe opened a new issue #1275: URL: https://github.com/apache/couchdb-fauxton/issues/1275
<!--- Provide a general summary of the issue in the Title above --> I just updated our fauxton sidecar containers and noticed that it's not working for me. Simplified, this is what I do: ``` $ cd /tmp $ npm install [email protected] $ ./node_modules/fauxton/bin/fauxton $ curl localhost:8000 {"error":"ENOENT: no such file or directory, stat '/private/tmp/node_modules/fauxton/dist/release/index.html'"} ``` Same happens in `master` for me. ## Expected Behavior A working fauxton. ## Your Environment - fauxton 1.2.4 from npm and github. - node v12.16.1 - npm 6.13.4 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
