Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Git install error #4

Open
DuaneDuan opened this issue Feb 22, 2022 · 1 comment
Open

Git install error #4

DuaneDuan opened this issue Feb 22, 2022 · 1 comment

Comments

@DuaneDuan
Copy link

CentOS: 7.7 64bit
nodejs: 16.14.0
npm: 8.3.1

after installed,
get the error when run: Cannot find module 'nocodb'

npm run start

Error:

[email protected] start
 node index.js

node:internal/modules/cjs/loader:933
 const err = new Error(message);
             ^

Error: Cannot find module 'nocodb'
Require stack:
- /root/nocodb/nocodb-seed/index.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 /root/nocodb/nocodb-seed/index.js:3:20
   at Object.<anonymous> (/root/nocodb/nocodb-seed/index.js:7:3)
   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) {
 code: 'MODULE_NOT_FOUND',
 requireStack: [ '/root/nocodb/nocodb-seed/index.js' ]
}
@ampxtreme
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants