Replies: 2 comments 3 replies
-
Did you install it properly? |
Beta Was this translation helpful? Give feedback.
1 reply
-
First things first. Please format your code blocks properly. Here's the link to the markdown guide https://guides.github.com/features/mastering-markdown/ |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone
I'm trying to setup an adonis 5 api project but i'm having some problems.
when running:
node ace invoke @adonisjs/lucid
the cli gives me back this messagge
I'm also trying to connect to a sql server database and i dunno if this databse.ts object I made is correct
because when I try to call a store procedure from the db via a controller the error message that comes up is this
Failed to connect to xx.xx.xx.xx:1433 - Cannot call write after a stream was destroyed
Me and some colleagues have tried for test to create a manual connection to a mySql db of another project and is working.
As per documentation both npm and node are updated
Beta Was this translation helpful? Give feedback.
All reactions