-
Notifications
You must be signed in to change notification settings - Fork 61
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 'run' of undefined #1032
Comments
Getting the same issue [Enter steps to reproduce:]
Atom: 1.31.2 x64 Stack TraceUncaught TypeError: Cannot read property 'run' of undefined
Commands
Non-Core Packages
|
To solve this go to you .atom directory and locate \packages\omnisharp-atom\dist\atom\generator-aspnet.js I hope this will also work for you. |
Hi, @Ultrahero. I updated my file to be as follows, and I'm still getting the error, just on the new line number.
Uncaught TypeError: Cannot read property 'run' of undefined Does the other issue with a report solve this? I got this error after applying the fix for error #1023. I'm on MacOS. |
In my case the solution appears after check the python-shell official documentation. 'electron' is correct and be sure to pass run function all the parameters that the function needs (following some tutorials, I was not writting arguments:
Hope be useful! |
Any update on this topic so far? Still have this problem under Ubuntu.
Atom: 1.43.0 x64 Stack TraceUncaught TypeError: Cannot read property 'run' of undefined
Commands
Non-Core Packages
|
[Enter steps to reproduce:]
Atom: 1.31.2 x64
Electron: 2.0.7
OS: Microsoft Windows 10 Home Single Language
Thrown From: omnisharp-atom package 0.31.2
Stack Trace
Uncaught TypeError: Cannot read property 'run' of undefined
Commands
Non-Core Packages
The text was updated successfully, but these errors were encountered: