-
Notifications
You must be signed in to change notification settings - Fork 5
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
Error: Failed to activate the atom-ide-javascript package #45
Comments
This is related to atom-community/ide-python#483 I'm also experiencing this issue, with a similar stack trace giving This comment is simply to improve record keeping, and to link similar issues. |
Same here, 1.63 |
As a quick dirty fix, commenting out this line should fix the issue, but the debugger doesn't work. atom-ide-javascript/src/main.js Line 4 in 9c566a9
The electron remote backend changed inside Atom. I suggested a fix if someone wants to continue the work. |
Description
After upgrading to Atom 1.61-beta (which includes an upgrade from Electron 9->11), this package has stopped working.
Steps to Reproduce
Reproduces how often:
Every time, so far.
Versions
Atom: 1.61.0-beta0 x64
Electron: 11.4.12
OS: macOS 12.1
Thrown From: atom-ide-javascript package 1.5.0
Additional Information
Although this package is failing to activate, it appears that the underlying issue might actually be elsewhere? The stacktrace does seem to actually include any code w/i this package. Rather, it's going through several of the dependencies from w/i the
atom-ide-base
project, ending inatom-ide-javascript/node_modules/@atom-ide-community/nuclide-commons-ui/Dropdown.js
, (transpiled) line 45, which is really line 26, ie:Where
invariant(remote != null);
is what's actually triggering the issue.I've never worked with any of these packages before, but if someone can give me some hints, I could take a whack at a fix. Any ideas? Thank you!
Stack Trace
Failed to activate the atom-ide-javascript package
Commands
Non-Core Packages
The text was updated successfully, but these errors were encountered: