You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
switch to master-before-new-simulator branch
run build.cmd (or build.sh etc if unix/macos)
switch to master
run npm install
run npm run dev
After this you can develop running the npm scripts happily.
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:
master-before-new-simulator
branchbuild.cmd
(orbuild.sh
etc if unix/macos)master
npm install
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.
The text was updated successfully, but these errors were encountered: