Serhii Dashko
Serhii Dashko
json: "require": { "php": ">=5.3.3", "symfony/symfony": "2.5.*", "noiselabs/smarty-bundle": "dev-master" lock: { "name": "noiselabs/smarty-bundle", "version": "dev-master", "target-dir": "NoiseLabs/Bundle/SmartyBundle", "source": { "type": "git", "url": "https://github.com/noiselabs/SmartyBundle.git", "reference": "a0c535b55536e08adf80ebaaf8b2d57a5b543438" }, "dist": { "type": "zip",...
@noisebleed Yes, I do. And actually Bundle does work. Just Composer shows this error.
Yes, it is there.
Nope. `sudo lsof -i -P -n | grep 3000` returns empty result. Here is full log from docker-compose: ``` superagi-super__redis-1 | 1:C 16 Jun 2023 12:27:22.927 # oO0OoO0OoO0Oo Redis is...
No result for `sudo lsof -n -i :3000 | grep LISTEN` as well
``` 61f0758bf216 superagi-backend "/wait-for-it.sh sup…" 2 hours ago Up 15 seconds 0.0.0.0:8001->8001/tcp superagi-backend-1 bdcf3e0f84b5 superagi-celery "celery -A superagi.…" 2 hours ago Up 15 seconds superagi-celery-1 c2db347dec3c postgres:latest "docker-entrypoint.s…" 2 hours...
This didn't give much: ``` superagi-gui-1 | superagi-gui-1 | > [email protected] dev superagi-gui-1 | > next dev superagi-gui-1 | superagi-gui-1 | - ready started server on 0.0.0.0:3000, url: http://localhost:3000 superagi-gui-1...
When I'm doing `npm run dev` I'm getting: ``` /ai/SuperAGI/gui/node_modules/next/dist/cli/next-dev.js:256 showAll: args["--show-all"] ?? false, ^ SyntaxError: Unexpected token '?' at wrapSafe (internal/modules/cjs/loader.js:915:16) at Module._compile (internal/modules/cjs/loader.js:963:27) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10) at Module.load...
Thank you. After upgrade node to version 18 I was able to run it but web ui doesn't work 
I'd like to work on this