-
Notifications
You must be signed in to change notification settings - Fork 709
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
yarn linking KDS to Kolibri development server doesn't work when done after running the server at least once #10809
Comments
Would like to point out that edit: |
Hi @im-NL, if this is still an issue, could you share what error messages you saw when setting up your development environment or running the development server in more detail? Also, seeing your terminal output would be helpful. There's a section dedicated to the development environment on our forum for developers so if you could post there, that'd be best. |
It was working for me before but doesn't seem to work anymore This is my folder structure just in case it's useful open-source It was working for me before so I am going to be setting up the entire kolibri environment from scratch now. |
This could be closed by #10847 |
@im-NL Looking at your terminal output, I can't think of anything else than trying to set up the Node environment again including reinstalling node packages.
That may be best. Let us know if you still experience some issues (in that case having a terminal output for all your environment setup steps would be very helpful) |
I will close this because now there is a better way to develop Kolibri with local KDS #10847 |
Observed behavior
When Kolibri is run with
devserver
ordevserver-hot
and KDS is linked to Kolibri viayarn link
after the server was run at least once, updates done to KDS local repository don't propagate to the app, making the development process cumbersome and inefficient.This should be resolved by #10847
Expected behavior
devserver
/devserver-hot
works well withyarn link
User-facing consequences
None
Steps to reproduce
yarn run devserver
/yarn run devserver-hot
yarn run devserver
/yarn run devserver-hot
Comments
yarn run build
andyarn run python-devserver
, updates propagate as expectedContext
The text was updated successfully, but these errors were encountered: