-
Notifications
You must be signed in to change notification settings - Fork 4
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
uncaught typeerror: env was a bare specifier #66
Comments
I believe that if the URL you are deploying to is |
You can see an example command in: https://github.com/StanfordLegion/prof-viewer/actions/runs/11278437187/job/31366883028 The variable And the So I think our main repo builds with |
It seems like its getting confused?
Not sure why its looking for stuff in |
Mabye i should do a clean build. |
A clean build didn't help. |
You need to use exactly Trunk v0.18.8. You can get it online here for Linux (if your distro is new enough): https://github.com/trunk-rs/trunk/releases/download/v0.18.8/trunk-x86_64-unknown-linux-gnu.tar.gz Or you can install it by hand:
I used this to deploy a viewer to https://sapling2.stanford.edu/~eslaught/prof-viewer/, but I can't test it without any sufficiently new enough profiles to run on. For posterity the command for this deployment was:
|
I deployed a copy of the viewer here:
https://s3df.slac.stanford.edu/people/seshu/prof-viewer/
When I try to view a profile:
https://s3df.slac.stanford.edu/people/seshu/prof-viewer/?url=https://s3df.slac.stanford.edu/people/seshu/legion_prof.2
Im seeing this in the console:
I ran this command to build the viewer:
The text was updated successfully, but these errors were encountered: