-
Notifications
You must be signed in to change notification settings - Fork 269
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
Uncaught TypeError: Cannot read property 'remove' of undefined #1984
Comments
I got the same error. |
Got the same error on attempts to close Script window.
Atom: 1.41.0 x64 Stack TraceUncaught TypeError: Cannot read property 'remove' of undefined
Commands
Non-Core Packages
|
@arashilmg, here's an idea: fix it yourself. You have a right to feel frustrated but there's no need for this kind of talk here. #1550 |
@jmiskinis this could be easily fixed by just reverting changes to previous working version |
I found the same error in #1222 The error occurred due to the atom-message-panel package version update. The temporary way to avoid the problem is the same as before.
|
@neur0hak This fixes the error on the first run. But Script fails to run afterwards. |
Got the same problem! :( |
I have the same problem. I'm on Windows |
the solution indeed worked, but I had to run "apm clean" "apm install" instead of npm update... |
To do that: Worked for me! edit: oh haha, I just realized you're talking about the development, not the install |
Same problem on Windows 10 |
The following steps worked for me:
|
@ongbuntu Thank you! That worked for me too! (Windows 10) |
You are welcomed. Glad it helps. |
[Enter steps to reproduce:]
Running on OSX Mojave
Atom: 1.41.0 x64
Electron: 4.2.7
OS: Mac OS X 10.14.6
Thrown From: script package 3.25.0
Stack Trace
Uncaught TypeError: Cannot read property 'remove' of undefined
Commands
Non-Core Packages
The text was updated successfully, but these errors were encountered: