itxtoledo/Stablecoins-Infinity-Profit-Bot

erro de inicialização da Branch de desenvolvimento

Closed this issue · 2 comments

Obtive este erro:

root@ubuntu-s-1vcpu-1gb-nyc3-01:~/StableVitor# npm start

> stablecoins-infinity-profit-bot@1.0.0 start /root/StableVitor
> node -r esm ./src/index.js

/root/StableVitor/src/index.js:235
            let mess =
                ^

SyntaxError: Identifier 'mess' has already been declared
    at Object.Module._extensions..js (module.js:663:10)

npm ERR! Linux 4.15.0-50-generic
npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "start"
npm ERR! node v8.10.0
npm ERR! npm  v3.5.2
npm ERR! code ELIFECYCLE
npm ERR! stablecoins-infinity-profit-bot@1.0.0 start: `node -r esm ./src/index.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the stablecoins-infinity-profit-bot@1.0.0 start script 'node -r esm ./src/index.js'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the stablecoins-infinity-profit-bot package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node -r esm ./src/index.js
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs stablecoins-infinity-profit-bot
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls stablecoins-infinity-profit-bot
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     /root/StableVitor/npm-debug.log

Essa variável está sendo redeclarada, no meu branch eu resolvi esse erro, em breve estará no master

Excelente my friend