Closed MWFIAE closed 3 years ago
For everybody else running into this:
For me it had nothing to do with the project, configuration or nakama itself. Instead it seems like the path to my dev folder was either too long or did contain a special character that node resolve couldn't handle correctly.
Now I just wish that rollup did have better error messages 😜
After following the rollup setup guide I faced the following error
I could get it working by deleting the references in the rollup.config.json.
My final file looks like that:
Thank you very much!