We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Tried to install and run the code in multiple machines and docker, been getting this error in all of them, any ideas?
crypto-trading-bot | crypto-trading-bot | > [email protected] start /usr/src/app crypto-trading-bot | > node index.js trade crypto-trading-bot | crypto-trading-bot | /usr/src/app/node_modules/winston-telegram/lib/winston-telegram.js:46 crypto-trading-bot | this.handleExceptions = options.handleExceptions ?? true crypto-trading-bot | ^crypto-trading-bot | crypto-trading-bot | SyntaxError: Unexpected token ? crypto-trading-bot | at Module._compile (internal/modules/cjs/loader.js:723:23) crypto-trading-bot | at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10) crypto-trading-bot | at Module.load (internal/modules/cjs/loader.js:653:32) crypto-trading-bot | at tryModuleLoad (internal/modules/cjs/loader.js:593:12) crypto-trading-bot | at Function.Module._load (internal/modules/cjs/loader.js:585:3) crypto-trading-bot | at Module.require (internal/modules/cjs/loader.js:692:17) crypto-trading-bot | at require (internal/modules/cjs/helpers.js:25:18) crypto-trading-bot | at Object. (/usr/src/app/src/modules/services.js:46:31) crypto-trading-bot | at Module._compile (internal/modules/cjs/loader.js:778:30) crypto-trading-bot | at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10) crypto-trading-bot | npm ERR! code ELIFECYCLE crypto-trading-bot | npm ERR! errno 1 crypto-trading-bot | npm ERR! [email protected] start: node index.js trade crypto-trading-bot | npm ERR! Exit status 1 crypto-trading-bot | npm ERR! crypto-trading-bot | npm ERR! Failed at the [email protected] start script. crypto-trading-bot | npm ERR! This is probably not a problem with npm. There is likely additional logging output above. crypto-trading-bot | crypto-trading-bot | npm ERR! A complete log of this run can be found in: crypto-trading-bot | npm ERR! /root/.npm/_logs/2022-06-02T20_20_14_831Z-debug.log crypto-trading-bot exited with code 1
node index.js trade
The text was updated successfully, but these errors were encountered:
i took similar error fixed by change back name
Sorry, something went wrong.
same here
same also (on a Mac Book Pro M1 Max)
Where do we change "back name". I'm a Python developer, know nothing about npm, ...
Change ?? to || in the following line crypto-trading-bot | this.handleExceptions = options.handleExceptions ?? true
??
||
crypto-trading-bot | this.handleExceptions = options.handleExceptions ?? true
file: /usr/src/app/node_modules/winston-telegram/lib/winston-telegram.js:46
/usr/src/app/node_modules/winston-telegram/lib/winston-telegram.js:46
No branches or pull requests
Tried to install and run the code in multiple machines and docker, been getting this error in all of them, any ideas?
The text was updated successfully, but these errors were encountered: