grivera82
grivera82
Sorry I entered the wrong screenshot. I doesn't work from the vault-ai directory too. root@localhost:~/vault-ai# npm start > [email protected] start > bash -c 'source ./scripts/source-me.sh && ./scripts/go-compile.sh ./vault-web-server' && echo...
root@localhost:~/vault-ai# cd secret/ root@localhost:~/vault-ai/secret# ls -lahs total 24K 4.0K drwxr-xr-x 2 root root 4.0K Apr 19 15:45 . 4.0K drwxr-xr-x 15 root root 4.0K Apr 19 16:17 .. 4.0K -rw-r--r--...
when I remove bash -c I get this root@localhost:~/vault-ai# npm install > [email protected] postinstall > source ./scripts/source-me.sh && ./scripts/go-compile.sh ./vault-web-server sh: 1: source: not found npm ERR! code 127 npm...
Yes it worked and now I get a different error. root@localhost:~/vault-ai# npm start > [email protected] start > ./scripts/source-me.sh && ./scripts/go-compile.sh ./vault-web-server' && echo && ./bin/vault-web-server sh: 1: Syntax error: Unterminated...
fixed the single quote and I get this root@localhost:~/vault-ai# npm start > [email protected] start > ./scripts/source-me.sh && ./scripts/go-compile.sh ./vault-web-server && echo && ./bin/vault-web-server => Environment Variables Loaded -> Installing './vault-web-server'...
It didn't print the API KEY. The export command work and the server seems to be running but the website doesn't load. root@localhost:~/vault-ai# npm start > [email protected] start > ./scripts/source-me.sh...
I did run it but still no website. root@localhost:~/vault-ai# npm run dev > [email protected] dev > webpack --progress --watch assets by chunk 169 KiB (id hint: vendors) asset vendors-node_modules_react-dropzone_dist_es_index_js-node_modules_uuid_dist_esm-browser_v4_js.bundle.js 133...