Version issue
See original GitHub issueThe version in your repo 3.13.0 and in npm 3.13.0 are different. This lead to issue, for example I was not able to use term.loadAddon(new AttachAddon(socket));
. To solve this I add to pull your repo and copy the lib folder from xterms.js to my node_module. It’s a bit a problem if your documentation doesn’t correspond with the npm package.
Else that super library 😉 Thank for that.
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
ERROR ITMS-90725: "SDK Version Iss… - Apple Developer
ITMS-90725: SDK Version Issue - This app update was built with the iOS 12.4 SDK. As of June 30, 2020, updates to apps...
Read more >SDK Version Issue.This app was built with the iOS 14.5 SDK
All iOS apps submitted to the App Store must be built with the iOS 15 SDK or later, included in Xcode 13 or...
Read more >ITMS-90725: SDK Version Issue - Starting April 25, 2022, all ...
I am getting a warning while submitting app to app store. This app was built with the iOS 14.1 SDK. Starting April 25,...
Read more >Learn versions with Jira Software - Atlassian
Learn how to use versions to organize your work around milestones you can aim for. Learn to assign issues in your project to...
Read more >Windows 11, version 21H2 known issues and notifications
Find information on known issues and the status of the rollout for Windows 11, version 21H2. Looking for a specific issue? Press CTRL...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
They aren’t breaking changes, it’s a new API and
applyAddon
still exists.By the way, since you are introducing breaking changes to your API, you should update your sermver to major version. Else
yarn upgrade-interactive
will break project without warnings.