Comments on How to Install Strider Continuous Integration Server on Ubuntu 18.04 LTS
Strider is a free and open-source Continuous Integration & Deployment Server written in Node.JS, JavaScript and uses MongoDB to store their data. In this tutorial, we will explain how to install Strider on Ubuntu 18.04 server.
1 Comment(s)
Comments
root@strider:/opt/strider# DB_URI="mongodb://strider:password@localhost:27017/strider" node bin/strider addUser
internal/modules/cjs/loader.js:818
throw err;
^
Error: Cannot find module '/opt/strider/bin/strider'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
at Function.Module._load (internal/modules/cjs/loader.js:667:27)
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12)
at internal/main/run_main_module.js:17:47 {
code: 'MODULE_NOT_FOUND',
requireStack: []
Can you please check this error? Thanks in advance.