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
Same request here... Since CEP apps with Bolt are React/Vue/* apps with optional JSX backends, the webapp can be developed on other OSes than Windows / Mac, hence the good idea to make jsxbin as optional...
Hello, thanks for a great tool. I bumped into an issue that I'm hoping you can help me sort.
I'm attempting to build a project on a Linux-based CI but am blocked by installing dependencies with jsxbin dependency's
os
requirement.Also, I'm doing my development on Apple Silicon which doesn't work with jsxbin anyways so I've disabled this feature for my project.
In general, I would love it if jsxbin could be treated as an optional dependency. Doing this would allow me to run
npm ci --no-optional
on CI.The text was updated successfully, but these errors were encountered: