-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Hi.
I would like to try out eve. As described in the readme, I cloned the repo and ran eve.sh:
> source ./eve.sh
It installs dependencies, but then it cannot start the server successfully and ends my terminal session:
Checking npm packages...
Lockfile is up to date, resolution step is skipped
Already up to date
╭ Warning ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ │
│ Ignored build scripts: @nestjs/core, core-js, protobufjs, puppeteer, sharp, tree-sitter, tree-sitter-c, tree-sitter-c-sharp, │
│ tree-sitter-cpp, tree-sitter-go, tree-sitter-java, tree-sitter-javascript, tree-sitter-php, tree-sitter-python, tree-sitter-ruby, │
│ tree-sitter-rust, tree-sitter-typescript. │
│ Run "pnpm approve-builds" to pick which dependencies should be allowed to run scripts. │
│ │
╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
Done in 558ms using pnpm v10.23.0
Starting Eve server...
Starting the server with command: node --experimental-modules --es-module-specifier-resolution=node --experimental-top-level-await --experimental-require-module --experimental-print-required-tla server/eve-server.js
PLUGIN_DIR set to: /Users/manuelnaujoks/Projects/eve/server/plugins
[3] 2191
cat: .env: No such file or directory
TERM_PROGRAM=Apple_Terminal
SHELL=/bin/zsh
TERM=xterm-256color
TMPDIR=/var/folders/kh/0f9ngk412j12m8ks4py0dh8c0000gn/T/
TERM_PROGRAM_VERSION=465
TERM_SESSION_ID=A2E52D15-DE94-434F-9572-C5C5787DF6DA
USER=manuelnaujoks
SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.MBLTEgL4F4/Listeners
PATH=/Users/manuelnaujoks/.local/bin:/opt/homebrew/opt/openjdk/bin:/Library/Frameworks/Python.framework/Versions/3.12/bin:/Users/manuelnaujoks/.nvm/versions/node/v24.9.0/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/opt/pmk/env/global/bin:/Library/Apple/usr/bin:/usr/local/share/dotnet:~/.dotnet/tools:/Users/manuelnaujoks/.lmstudio/bin
__CFBundleIdentifier=com.apple.Terminal
PWD=/Users/manuelnaujoks/Projects/eve
XPC_FLAGS=0x0
XPC_SERVICE_NAME=0
SHLVL=1
HOME=/Users/manuelnaujoks
LOGNAME=manuelnaujoks
OSLogRateLimit=64
COLORTERM=truecolor
OLDPWD=/Users/manuelnaujoks/Projects/eve
HOMEBREW_PREFIX=/opt/homebrew
HOMEBREW_CELLAR=/opt/homebrew/Cellar
HOMEBREW_REPOSITORY=/opt/homebrew
INFOPATH=/opt/homebrew/share/info:
NVM_DIR=/Users/manuelnaujoks/.nvm
NVM_CD_FLAGS=-q
NVM_BIN=/Users/manuelnaujoks/.nvm/versions/node/v24.9.0/bin
NVM_INC=/Users/manuelnaujoks/.nvm/versions/node/v24.9.0/include/node
ZSH=/Users/manuelnaujoks/.oh-my-zsh
PAGER=less
LESS=-R
LSCOLORS=Gxfxcxdxbxegedabagacad
LS_COLORS=di=1;36:ln=35:so=32:pi=33:ex=31:bd=34;46:cd=34;43:su=30;41:sg=30;46:tw=30;42:ow=30;43
LANG=C.UTF-8
LC_CTYPE=UTF-8
PLUGIN_DIR=/Users/manuelnaujoks/Projects/eve/server/plugins
_=/usr/bin/env
node --experimental-modules --es-module-specifier-resolution=node --experimental-top-level-await --experimental-require-module --experimental-print-required-tla server/eve-server.js
[3] + 2191 done env $(cat .env | grep -v '^#' | xargs) $start_command
Server failed to start. Exiting.
Saving session...completed.
[Process completed]
I noticed the two warnings. Would I have to resolve them even though they are not mentioned in the readme? Or is there something else missing?
Looking forward to hearing from you soon.
Kindest regards.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels