Antonio-Maranhao commented on pull request #1341: URL: https://github.com/apache/couchdb-fauxton/pull/1341#issuecomment-1060732593
@fryjordan You're not supposed to run `couchapp.js `. The error should happen when you run `grunt couchapp_deploy`, which is listed in the [README](https://github.com/apache/couchdb-fauxton#to-deploy-fauxton). It's a Grunt task to install Fauxton as a couchapp on your local CouchDB server. That Grunt task has a few subtasks, which you can see at https://github.com/apache/couchdb-fauxton/blob/main/Gruntfile.js#L256. One of them is `couchapp:fauxton` (defined in `tasks/couchapp.js`) which will raise the new error I created. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
