-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
zmodem/demo is accidentally uploaded to npm package #1496
Comments
I also encountered this issue! |
A tangential point: |
@theflyingape well it's just a dev dependency so i don't see that as such a bit issue, a PR to upgrade the dep is welcome though provided it's well tested. |
This issue is already fixed, update to xterm@3.4.0:
|
Actually it's not, src and lib are fine but dist is still a problem. |
This is fixed, I removed the zmodem demo recently. Also the addon will be removed as part of #1128, we're hoping a community member who needs this will pick it up and maintain a new addon. |
Thanks for this great project. I ran into this when integrating xterm.js to a webpack project.
Seems the
express-ws
module is only needed in a demo project, which was accidentally uploaded to npm.Details
Browser and browser version:
Node v9
OS version:
macOS 10.13
xterm.js version:
Latest (3.4.1)
Steps to reproduce
yarn add xterm
)./node_modules/xterm/dist/addons/zmodem/demo
existsThe text was updated successfully, but these errors were encountered: