-
-
Notifications
You must be signed in to change notification settings - Fork 573
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
Error while running Atlanta | Array Not a function #591
Comments
This is what you fixed by using node v 12? Think I run 14 normally. About to spin a fresh vm with 12 on it and test a bot. |
`22:49:24 PM2 | App [sgtestbot:0] exited with code [1] via signal [SIGINT] up to date in 2.376s Node v12.13.0 Surprised it errored on npm install like that. Was a pain to figure out how to update node but easy to just use npm. |
After updating npm to the same version as you and then installing that missing node package listed above. and now i get this error. 23:15:24 PM2 | App [sgtestbot:0] exited with code [1] via signal [SIGINT] Going to try removing node_modules and retrying node install see how it goes. |
If you have the npm chocolaty installed then you should download the latest node js from the website and then reinstall node modules using |
Remove the .array() as v13 uses the maps.
Remove the .array().length calls with .size() instead
Add bot scope to the generateInvite:
that should fix you up in #528 as well. |
Thank you ❤️, I'll close this now |
While running
node .
I got this error below:Expected behavior
No errors were to be expected.
Screenshots
Further details:
"npm install"
The text was updated successfully, but these errors were encountered: