You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We do our best to reply to all the issues on time. If you will follow the given guidelines, the turn around time will be faster.
Lots of raised issues are directly not bugs but instead are design decisions taken by us.
Make use of our forum, or discord server, if you are not sure that you are reporting a bug.
Ensure the issue isn't already reported.
Ensure you are reporting the bug in the correct repo.
Delete the above section and the instructions in the sections below before submitting
Package version
16.3.2
Node.js and npm version
node: 14.17.6-alpine
npm: 8.3.1
Some test fail.
The first one we got an error "replaceAll is not a function".
For this just update node version on Dockerfile to the lts version (16.14.0) I can create a new PR for this error
After that we got a new error to test/command/wipe-fresh.spec.ts
✖ db:wipe should drop all tables
Error: ER_PARSE_ERROR: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'groups,identities,posts,profiles,schema_users,skill_user,skills,users,uuid_users' at line 1
For the three tests
The text was updated successfully, but these errors were encountered:
Prerequisites
We do our best to reply to all the issues on time. If you will follow the given guidelines, the turn around time will be faster.
Delete the above section and the instructions in the sections below before submitting
Package version
16.3.2
Node.js and npm version
node: 14.17.6-alpine
npm: 8.3.1
Some test fail.
The first one we got an error "replaceAll is not a function".
For this just update node version on Dockerfile to the lts version (
16.14.0
)I can create a new PR for this error
After that we got a new error to
test/command/wipe-fresh.spec.ts
For the three tests
The text was updated successfully, but these errors were encountered: