-
Notifications
You must be signed in to change notification settings - Fork 51
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
Write instruction for local development #8
Comments
Is there anything that's changed with local dev, now? I ran a new npm install and was no longer able to run the storybook test pages. I've now completely pulled the branch clean and have run
I've run |
Hm, that’s strange. No, there isn’t. I cloned a clean one and it worked fine. GitHub Actions is fine as well. The error message suggests NX encountered errors while processing the project graph. Could you run the command below and check what errors it reports? nx report |
I've run into the same issue after the nx version bump. Restoring to the previous Output of
|
Might also add to the local development instructions that the developer needs to add the Cesium Ion asset "Japan Regional Terrain" with asset id Without adding this asset the storybook demos don't work and just fail with WebGL errors Thanks for the fantastic work on this repo! |
After toying around earlier I found that upgrading to node 22 fixed the nx storybook issue for me. Not exactly sure why the older versions weren't working, though. |
@hallvar @gkjohnson Thank you for identifying those. It helped me lot in resolving this. Moving the plugin definitions to vite.config.js fixed the problem in Node v20 (e14c196). I’m not sure when this problem first arose. Also, I set up build actions for both Node v20 and v22 in Github Actions, which I should have done earlier. |
@hallvar I completely overlooked it. I’ll make sure to add it to the docs. Thanks for pointing it out! |
Reported in #3
The text was updated successfully, but these errors were encountered: