Skip to content
New issue

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

Agent process exited with code 1 and signal null #402

Open
GoGoPlayerars opened this issue Jan 7, 2025 · 2 comments
Open

Agent process exited with code 1 and signal null #402

GoGoPlayerars opened this issue Jan 7, 2025 · 2 comments

Comments

@GoGoPlayerars
Copy link

Microsoft Windows [Version 10.0.22631.4602]
(c) Корпорация Майкрософт (Microsoft Corporation). Все права защищены.

C:\Users\misha\Downloads\mindcraft-main\mindcraft-main>node main
[ './andy.json' ]
MindServer running on port 8080
Client connected
Registering agents: andy
Agents registered
file:///C:/Users/misha/Downloads/mindcraft-main/mindcraft-main/src/utils/mcdata.js:295
requiredIngedients[ingredientName] ??=0;
^^^

SyntaxError: Unexpected token '??='
at Loader.moduleStrategy (internal/modules/esm/translators.js:149:18)
Agent process exited with code 1 and signal null
Agent process ./andy.json exited too quickly and will not be restarted.

@mdp18
Copy link

mdp18 commented Jan 16, 2025

getting the same issue when trying to login with microsoft account

@BF5258
Copy link

BF5258 commented Jan 21, 2025

SyntaxError: Unexpected token '??='

??= is the nullish coalescing assignment. Run node --version and make sure you are using v15.0.0 or newer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants