fryjordan removed a comment on pull request #1341:
URL: https://github.com/apache/couchdb-fauxton/pull/1341#issuecomment-1060685429
Working to understand where the new error, `"Missing dependency. Run 'npm
install couchapp --no-save' and try again."` should be thrown.
**Without couchapp (running `node couchapp.js`)**
```bash
node couchapp.js
node:internal/modules/cjs/loader:936
throw err;
^
Error: Cannot find module 'couchapp'
Require stack:
- /Users/jordanfry/Documents/GitHub/antonio/couchdb-fauxton/couchapp.js
at Function.Module._resolveFilename
(node:internal/modules/cjs/loader:933:15)
at Function.Module._load (node:internal/modules/cjs/loader:778:27)
at Module.require (node:internal/modules/cjs/loader:1005:19)
at require (node:internal/modules/cjs/helpers:102:18)
at Object.<anonymous>
(/Users/jordanfry/Documents/GitHub/antonio/couchdb-fauxton/couchapp.js:13:16)
at Module._compile (node:internal/modules/cjs/loader:1103:14)
at Object.Module._extensions..js
(node:internal/modules/cjs/loader:1155:10)
at Module.load (node:internal/modules/cjs/loader:981:32)
at Function.Module._load (node:internal/modules/cjs/loader:822:12)
at Function.executeUserEntryPoint [as runMain]
(node:internal/modules/run_main:77:12) {
code: 'MODULE_NOT_FOUND',
requireStack: [
'/Users/jordanfry/Documents/GitHub/antonio/couchdb-fauxton/couchapp.js'
]
}
```
**With couchapp (running `node couchapp.js`)**
```bash
```
(nothing/empty)
**Without couchapp (running `npm run couchapp`)**
short of the following error (which appears to be unrelated), everything
seems fine
```bash
Running "rmcouchdb:fauxton" (rmcouchdb) task
Warning: You are not a server admin. Use --force to continue.
```
**With couchapp (running `npm run couchapp`)**
Appears to be same as with couchapp installed
--
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]