Closed betterbrand closed 1 year ago
Still having this issue:
When following the readme in /frontend, I first yarn
in the root directory. This is what gets returned:
(base) scottberenzweig@desktop-mac SmartAgentCore % node index.js
node:internal/modules/cjs/loader:1085
throw err;
^
Error: Cannot find module '/Users/scottberenzweig/Documents/GitHub/SmartAgentCore/index.js'
at Module._resolveFilename (node:internal/modules/cjs/loader:1082:15)
at Module._load (node:internal/modules/cjs/loader:928:27)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:83:12)
at node:internal/main/run_main_module:23:47 {
code: 'MODULE_NOT_FOUND',
requireStack: []
}
Node.js v20.0.0
(base) scottberenzweig@desktop-mac SmartAgentCore %
after going through readme, this is the result. Is this related or separate from the post above?
Uncaught runtime errors: × ERROR Failed to fetch TypeError: Failed to fetch at getEngines (http://localhost:3000/static/js/bundle.js:53:5) at http://localhost:3000/static/js/bundle.js:36:5 at commitHookEffectListMount (http://localhost:3000/static/js/bundle.js:27603:30) at commitPassiveMountOnFiber (http://localhost:3000/static/js/bundle.js:29096:17) at commitPassiveMountEffects_complete (http://localhost:3000/static/js/bundle.js:29068:13) at commitPassiveMountEffects_begin (http://localhost:3000/static/js/bundle.js:29058:11) at commitPassiveMountEffects (http://localhost:3000/static/js/bundle.js:29048:7) at flushPassiveEffectsImpl (http://localhost:3000/static/js/bundle.js:30933:7) at flushPassiveEffects (http://localhost:3000/static/js/bundle.js:30885:18) at http://localhost:3000/static/js/bundle.js:30700:13
node index.js
from the frontend directoryyarn start
and from the client directory.The only issue is from webpack in the terminal