Lance Armah-Abraham
Lance Armah-Abraham
Can you send your code snippet of the props you are using or passing that's resulting in this error?
Any updates on this issue? I am also experiencing it, same output as the comment before whilst trying to use a command component. It looks like they are all stemming...
> @Lance1997 What is your node.js version? it looks like your version does not support `import` > > @rikongha You have a different error: your request file has invalid syntax...
> Same issue here. Any update? You can try the solution I suggested. Does that work?
After doing some digging in the code base, I think it might be from here, where the dialectName is set in the connection file ```js // src/connection/index.ts constructor( public name:...
> After doing some digging in the code base, I think it might be from here, where the dialectName is set in the connection file > > ```js > //...
Hi, @thetutlage , I see that there's been progress on enabling libsql. I created a new adonisjs application a few days ago and saw that option to add `libsql`. Seems...
For now, I was able to get it to work, no errors so far with the following settings in my pool for the dbconfig. I am not sure though how...
> Hi @discoverlance-com > > I had a see one of your repo > > ```ts > import env from '#start/env' > import { defineConfig } from '@adonisjs/lucid' > >...
> Hi @discoverlance-com > > I have another questions, should i change the node_packages like you did? or can i just plug the url in the database.ts and with just...