-
-
Notifications
You must be signed in to change notification settings - Fork 12
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 'getPath' of undefined #2
Comments
I'm having the same problem here |
1 similar comment
I'm having the same problem here |
what is your atom version and OS ? please paste error stack trace here. |
same here. [Enter steps to reproduce below:]
Atom Version: 1.0.19 Stack TraceUncaught TypeError: Cannot read property 'getPath' of undefined
Commands
Config{
"core": {
"themes": [
"one-dark-ui",
"atom-dark-syntax"
]
}
} Installed Packages# User
atom-beautify, v0.28.14
atom-minify, v0.4.2
autocomplete-paths, v1.0.2
cakephp3-snippets, v0.5.0
cdnjs, v1.5.0
color-picker, v2.0.12
emmet, v2.3.13
fetch, v0.3.0
language-ini, v1.12.0
language-powershell, v2.1.0
linter, v1.6.0
linter-clang, v3.2.2
linter-coffeelint, v1.1.0
linter-gcc, v0.3.8
linter-js-standard, v3.2.0
linter-jsonlint, v1.0.1
linter-less, v2.1.0
linter-lua, v1.0.0
linter-php, v1.0.4
linter-pylint, v1.0.0
linter-ruby, v1.1.1
linter-sass-lint, v0.1.5
linter-tidy, v1.0.1
minimap, v4.13.4
minimap-bookmarks, v0.1.0
minimap-git-diff, v4.1.8
minimap-selection, v4.3.0
open-recent, v2.3.0
php-composer-completion, v0.3.4
php-debug, v0.1.3
pigments, v0.15.0
# Dev
No dev packages |
Thank you, that work now. I have another error when i try on a empty tab. see below. [Enter steps to reproduce below:]
Atom Version: 1.0.19 Stack TraceUncaught TypeError: Cannot read property 'file' of undefined
Commands
Config{
"core": {
"themes": [
"one-dark-ui",
"atom-dark-syntax"
],
"packagesWithKeymapsDisabled": [
"php-class-tree"
]
}
} Installed Packages# User
atom-minify, v0.4.2
autocomplete-paths, v1.0.2
cakephp3-snippets, v0.5.0
cdnjs-atom-extension, v1.5.2
color-picker, v2.0.12
emmet, v2.3.13
fetch, v0.3.0
language-ini, v1.12.0
language-powershell, v2.1.0
linter, v1.6.0
linter-clang, v3.2.2
linter-coffeelint, v1.1.0
linter-gcc, v0.3.8
linter-js-standard, v3.2.0
linter-jsonlint, v1.0.1
linter-less, v2.1.0
linter-lua, v1.0.0
linter-php, v1.0.4
linter-pylint, v1.0.1
linter-ruby, v1.1.1
linter-sass-lint, v0.1.5
linter-tidy, v1.0.1
minimap, v4.13.4
minimap-bookmarks, v0.1.0
minimap-git-diff, v4.1.8
minimap-selection, v4.3.0
open-recent, v2.3.0
php-composer-completion, v0.3.4
php-debug, v0.1.3
pigments, v0.15.0
symbol-gen, v1.0.0
# Dev
No dev packages |
When I right-click in source tree, then select Download file from cdnjs, I get "Uncaught TypeError: Cannot read property 'getPath' of undefined" error.
The text was updated successfully, but these errors were encountered: