-
Notifications
You must be signed in to change notification settings - Fork 23
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
running turbo dev
fails
#146
Comments
I am not sure that |
I am just following the readme, To start all applications:
pnpm turbo dev I worked around this by removing the custom eslint totally. #147 here are my changes, this bug went away. |
turbo dev
fails
I can reproduce the issue. I think we only have a dev script in four packages atm:
It seems to me the
It tries to use npx to install livereloadx on the fly and run it. This is a no no for me. livereloadx should be a development dependency of jsonresume-theme-full . Since user confirmation is needed to allow the installation of livereloadx , the script hangs when run via turbo . Even it if were to fail, I am not sure if it be useful for the overall stack. I let the script install livereloadx locally and then the script succeeds but does not provide anything useful on the web server. The readme also references non existent files live dev/index.html etc. I think a lot of stuff has changed in the package and the people doing the changes forgot to update the Readme and the scripts. Also the migration to this monorepo here has been done rather sloppily, probably because of time constraints. I would for now just remove all the scripts from the package.
Now the To dosSo what should we do now? I recommend the following and would like a confirmation from @thomasdavis:
|
So for me and as I hoped, #145 fixes the broken |
https://github.com/meta-introspector/json-crypto-wallet.org/actions/runs/10832551866 I have gotten my version to finally lint and build by removing more eslint stuff. |
I am sorry, I do not see how this is related. |
This is related because it's a fork of the code I try to get it run I had to make some changes to get it to run I was trying to get the GitHub actions to run and I encountered all types of difficulties and I documented some of those so this is the general Improvement and some things that have to be fixed for this project but I did spend some time on it and as a new user it was hard to get this thing to deploy or run in the GitHub actions |
Ah, okay. Once you have made a PR, I am happy to discuss improvements. However in your past PRs I saw a certain mixture of concerns (adding new buttons and fixing ci scripts in the same PR). It will be easier if you make multiple PRs, one for each topic. Also please create issues before creating PRs so we can discuss the tasks first before looking at the solutions. |
my plan is to add a set of crypto wallet to mix so that the users can accept and send payments and host them in github secrets. |
I am happy that your issues have been fixed. The issue you described still persists here, so I will keep the issue open. Thank you for finding the issue for us. |
I have been on a holiday, let me digest this and get back to it. |
Good morning @thomasdavis, |
running
pnpm turbo dev
The text was updated successfully, but these errors were encountered: