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
Hey @brandfucker - sorry I'm super busy right now so I can't do a deeper dive at the moment, but yes - this error is usually do to an older node version.
If I were you, I would delete the node_modules, use nvm to install a newer version of node (I use 18.14.2 often recently, for example), and then run yarn and go through startup the steps again.
Bottom line, that error means your node version doesn't support ESM. Should be a simple fix by upgrading. Let me know how it goes.
hi , I'm new to koa. After running
docker-compose up -d --build
under thekoa-vue-notes-api-develop
directory,the console's output is:However,after running the front-end part, when I tried to login:
May be I didn't correctly understand the readme file ?
I don't know what happeded. So I gave up using docker,but try to just using npm to start the backend, however:
I think it might be caused by the different version of nodejs?
I would be greatful if you can help me
The text was updated successfully, but these errors were encountered: