Skip to content
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

Repair Issie build #311

Closed
tomcl opened this issue Jul 15, 2023 · 1 comment
Closed

Repair Issie build #311

tomcl opened this issue Jul 15, 2023 · 1 comment

Comments

@tomcl
Copy link
Owner

tomcl commented Jul 15, 2023

Currently the Issie build.cmd command uses a FAKE script build.fsx which cannot run under dotnet 7 - whereas the rest of Issie must run under dotnet 7.

Workaround now:

  1. switch to master-before-new-simulator branch
  2. run build.cmd (or build.sh etc if unix/macos)
  3. switch to master
  4. run npm install
  5. run npm run dev

After this you can develop running the npm scripts happily.

It is definitely possible to make FAKE work - e.g. as fsprojects/FAKE#2719

This will require some experimentation.

@tomcl
Copy link
Owner Author

tomcl commented Jul 15, 2023

Closed by #312 aab7f8b

@tomcl tomcl closed this as completed Jul 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant