I suppose the error message gives more details, right? Anything about about a repository being private?
Can't find register.ada when tried to register spark API-token
Hi all,
I have actually installed Laravel and Spark following the steps of this documentation.
https://spark.laravel.com/docs/1.0/installation#installation-via-composer
Everything is working well until I tried to register the API token and I get this error message instead.
"Cannot open source file register.ada"
How do I solve this issue?
Thanks in advance
Hi All, Not sure if you guys found a solution to this yet. I was recently asked to troubleshoot this with a client. They were trying to install on a fresh Digital Ocean droplet.
My advice is run the basic command 'spark'. If you get a whole load of information about Adacore Spark Pro, then this needs to be uninstalled first.
- Run 'sudo apt-get remove spark'.
- Reinstall spark-installer
- 'composer Install'
- Add 'pwd' to $PATH
- Now retry 'spark' and you should see all the help information about Laravel Spark.
Hope this helps somebody.
Please or to participate in this conversation.