1
0
mirror of https://github.com/dap-ps/discover.git synced 2025-02-21 05:28:20 +00:00

4 Commits

Author SHA1 Message Date
f7688de85d
start backend without using nodemon
Fixes:
```
> nodemon server.js

internal/modules/cjs/loader.js:905
  throw err;
  ^

Error: Cannot find module '../lib/cli'
Require stack:
- /var/app/current/node_modules/.bin/nodemon
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:902:15)
    at Function.Module._load (internal/modules/cjs/loader.js:746:27)
    at Module.require (internal/modules/cjs/loader.js:974:19)
    at require (internal/modules/cjs/helpers.js:101:18)
    at Object.<anonymous> (/var/app/current/node_modules/.bin/nodemon:3:13)
    at Module._compile (internal/modules/cjs/loader.js:1085:14)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
    at Module.load (internal/modules/cjs/loader.js:950:32)
    at Function.Module._load (internal/modules/cjs/loader.js:790:12)
    at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:75:12) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [ '/var/app/current/node_modules/.bin/nodemon' ]
}
```

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-10-13 13:00:49 +02:00
dependabot[bot]
e2dcd26e51 Bump mongoose from 5.5.11 to 5.7.5 in /back-end
Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.5.11 to 5.7.5.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.5.11...5.7.5)

Signed-off-by: dependabot[bot] <support@github.com>
2019-11-06 10:23:02 +01:00
f4dd909c15
upgrade nodemailer
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-08-06 10:50:55 -04:00
Lyubomir Kiprov
ae49b317f0 Merge fron-end with the back-end 2019-06-03 21:01:42 +03:00