-
Notifications
You must be signed in to change notification settings - Fork 8
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
The build fails when running build.cmd #41
Comments
I've also tried tabula-rasa, but the build for that fails because I do not have python2 installed. That is what the error message says. I am just going through these all in turn. I'd open an issue on the relevant repo, but it has been archived. I am not really expecting you to fix all of these, had I been the author, I am not sure I myself would have the will, but since I am at it I might as well post the results. |
Hi @mrakgr I don't know exactly why the build is failing. However, this project along with tabula-rasa are extremely out dated with respect to tooling. Right now. your best bet is to start a new SAFE stack application and only move the code over to that newer project. The code approach should be the same |
Even better, when you get the project working from a fresh SAFE template, consider opening a PR to replace this one 😄 |
Hmmm, maybe I could. At this point these projects are so old that I can assume the all builds would fail. I tried the Bookstore and it is failing. Ok, I'll change my strategy and get at least this project to work. |
I've been having trouble figuring out how to make Webpack work, so I've switched over to Vite in my fork. I've finally managed to get it to run, and let me tell you, it wasn't easy! Though the dev server works, I can't test anything else, as I do not know how to host web apps yet. Besides that, even with the regular SAFE Stack template, when I run the dev server and look in the console, there are uncaught websocket exceptions that I do not how to deal with. I could use some advice on that. As much as I'd like to make a PR, until I can be sure all the install options work this is my limit. With my current knowledge, at most I can only get the examples where they would be runnable on a dev server. |
I just ran
./build.cmd
from the PS terminal in VS Code. I also tried./build.cmd RunDevMode
, but that gave the same error. Right now I am just checking out the examples on the SAFE Stack site. Not just this one, I've noticed previous that whenever thepackage.json
uses the oldfable-compiler
andfable-loader
as its dev dependencies, the build fails.The text was updated successfully, but these errors were encountered: