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
It was found that on a clean WSL setup with a cleanly pulled CLP repo, building could fail with
This project uses Meteor 2.16, which isn't available on this platform. To work with this app on all supported
platforms, use meteor update --release METEOR@2.16 to pin this app to the newest compatible release.
On a clean WSL setup, clone the CLP repo and run task.
Observe the build failure.
This project uses Meteor 2.16, which isn't available on this platform. To work with this app on all supported
platforms, use meteor update --release METEOR@2.16 to pin this app to the newest compatible release.
(After correcting the meteor version to v2.16 once, the build issue is no longer reproducible on freshly cloned CLP repos. It's suspected that certain artifacts outside of the repo has a newer version once a newer Meteor.js toolchain is run, which explains why developers did not discover the issue before. )
The text was updated successfully, but these errors were encountered:
Bug
It was found that on a clean WSL setup with a cleanly pulled CLP repo, building could fail with
It was suspected that #499 upgraded the webui package to version 2.16 but did not update the Meteor.js toolchain version in Taskfile.yaml.
https://github.com/y-scope/clp/blob/a6a21852176bdfd3f5b25a1cc31349b31f933006/Taskfile.yml#L501C7-L501C21
CLP version
a6a2185
Environment
Ubuntu Jammy (22.04 LTS)
Reproduction steps
task
.(After correcting the meteor version to v2.16 once, the build issue is no longer reproducible on freshly cloned CLP repos. It's suspected that certain artifacts outside of the repo has a newer version once a newer Meteor.js toolchain is run, which explains why developers did not discover the issue before. )
The text was updated successfully, but these errors were encountered: