We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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' ] }
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: