Peekmo / atom-autocomplete-php

Autocomplete for PHP in atom editor
MIT License
136 stars 34 forks source link

Failed to load the atom-autocomplete-php package - At Cannot find module 'sub-atom' #315

Closed JoseCage closed 7 years ago

JoseCage commented 7 years ago

[Enter steps to reproduce below:]

  1. ...
  2. ...

Atom Version: 1.12.9 Electron Version: 1.3.13 System: Ubuntu 16.04.1 Thrown From: atom-autocomplete-php package, v0.21.0

Stack Trace

Failed to load the atom-autocomplete-php package

At Cannot find module 'sub-atom'

Error: Cannot find module 'sub-atom'
    at Module._resolveFilename (module.js:455:15)
    at Module._resolveFilename (/opt/atom/resources/electron.asar/common/reset-search-paths.js:35:12)
    at Function.Module._resolveFilename (/opt/atom/resources/app.asar/src/module-cache.js:383:52)
    at Function.Module._load (module.js:403:25)
    at Module.require (module.js:483:17)
    at require (/opt/atom/resources/app.asar/src/native-compile-cache.js:50:27)
    at Object.<anonymous> (/home/josecage/.atom/packages/atom-autocomplete-php/lib/goto/abstract-provider.coffee:3:11)
    at Object.<anonymous> (/home/josecage/.atom/packages/atom-autocomplete-php/lib/goto/abstract-provider.coffee:1:1)
    at Module._compile (/opt/atom/resources/app.asar/src/native-compile-cache.js:103:30)
    at Object.value [as .coffee] (/opt/atom/resources/app.asar/src/compile-cache.js:201:21)
    at Module.load (module.js:473:32)
    at tryModuleLoad (module.js:432:12)
    at Function.Module._load (module.js:424:3)
    at Module.require (module.js:483:17)
    at require (/opt/atom/resources/app.asar/src/native-compile-cache.js:50:27)
    at Object.<anonymous> (/home/josecage/.atom/packages/atom-autocomplete-php/lib/goto/class-provider.coffee:1:20)
    at Object.<anonymous> (/home/josecage/.atom/packages/atom-autocomplete-php/lib/goto/class-provider.coffee:1:1)
    at Module._compile (/opt/atom/resources/app.asar/src/native-compile-cache.js:103:30)
    at Object.value [as .coffee] (/opt/atom/resources/app.asar/src/compile-cache.js:201:21)
    at Module.load (module.js:473:32)
    at tryModuleLoad (module.js:432:12)
    at Function.Module._load (module.js:424:3)
    at Module.require (module.js:483:17)
    at require (/opt/atom/resources/app.asar/src/native-compile-cache.js:50:27)
    at Object.<anonymous> (/home/josecage/.atom/packages/atom-autocomplete-php/lib/goto/goto-manager.coffee:3:17)
    at Object.<anonymous> (/home/josecage/.atom/packages/atom-autocomplete-php/lib/goto/goto-manager.coffee:1:1)
    at Module._compile (/opt/atom/resources/app.asar/src/native-compile-cache.js:103:30)
    at Object.value [as .coffee] (/opt/atom/resources/app.asar/src/compile-cache.js:201:21)
    at Module.load (module.js:473:32)
    at tryModuleLoad (module.js:432:12)
    at Function.Module._load (module.js:424:3)
    at Module.require (module.js:483:17)
    at require (/opt/atom/resources/app.asar/src/native-compile-cache.js:50:27)
    at Object.<anonymous> (/home/josecage/.atom/packages/atom-autocomplete-php/lib/peekmo-php-atom-autocomplete.coffee:1:15)
    at Object.<anonymous> (/home/josecage/.atom/packages/atom-autocomplete-php/lib/peekmo-php-atom-autocomplete.coffee:1:1)
    at Module._compile (/opt/atom/resources/app.asar/src/native-compile-cache.js:103:30)
    at Object.value [as .coffee] (/opt/atom/resources/app.asar/src/compile-cache.js:201:21)
    at Module.load (module.js:473:32)
    at tryModuleLoad (module.js:432:12)
    at Function.Module._load (module.js:424:3)
    at Module.require (module.js:483:17)
    at require (/opt/atom/resources/app.asar/src/native-compile-cache.js:50:27)
    at Package.module.exports.Package.requireMainModule (/opt/atom/resources/app.asar/src/package.js:747:27)
    at /opt/atom/resources/app.asar/src/package.js:118:28
    at Package.module.exports.Package.measure (/opt/atom/resources/app.asar/src/package.js:92:15)
    at Package.module.exports.Package.load (/opt/atom/resources/app.asar/src/package.js:106:12)
    at PackageManager.module.exports.PackageManager.loadPackage (/opt/atom/resources/app.asar/src/package-manager.js:468:14)
    at /opt/atom/resources/app.asar/src/package-manager.js:412:19
    at Config.module.exports.Config.transact (/opt/atom/resources/app.asar/src/config.js:312:16)
    at PackageManager.module.exports.PackageManager.loadPackages (/opt/atom/resources/app.asar/src/package-manager.js:407:19)
    at /opt/atom/resources/app.asar/src/atom-environment.js:772:28

Commands

Config

{
  "core": {
    "disabledPackages": [
      "whitespace",
      "file-icons",
      "wordpress-api",
      "todo-show"
    ],
    "ignoredNames": [
      ".git",
      ".hg",
      ".svn",
      ".DS_Store",
      "._*",
      "Thumbs.db",
      ".log"
    ],
    "openEmptyEditorOnStart": false,
    "packagesWithKeymapsDisabled": [],
    "telemetryConsent": "limited",
    "themes": [
      "nord-atom-ui",
      "genesis-syntax"
    ]
  },
  "atom-autocomplete-php": {
    "binComposer": "composer",
    "insertNewlinesForUseStatements": true,
    "verboseErrors": true
  }
}

Installed Packages

# User
atom-autocomplete-php, v0.21.0 (inactive)
atom-beautify, v0.29.16 (inactive)
atom-bootstrap3, v1.2.12 (inactive)
atom-material-syntax, v0.4.6 (inactive)
atom-material-ui, v1.3.8 (inactive)
autoclose-html, v0.23.0 (inactive)
autocomplete-emojis, v2.5.0 (inactive)
autocomplete-json, v5.2.0 (inactive)
autoprefixer, v3.6.0 (inactive)
blade-snippets, v0.2.0 (inactive)
blade-spacer, v0.4.2 (inactive)
bootstrap3-plus, v0.1.2 (inactive)
color-picker, v2.2.3 (inactive)
docblockr, v0.9.1 (inactive)
editorconfig, v2.0.5 (inactive)
emmet, v2.4.3 (inactive)
emoji-syntax, v1.5.0 (inactive)
exception-reporting, v0.40.1 (inactive)
file-icons, v2.0.8 (inactive)
genesis-syntax, v1.0.7 (inactive)
genesis-ui, v0.5.0 (inactive)
git-control, v0.8.2 (inactive)
http-status-codes, v1.0.4 (inactive)
javascript-snippets, v1.2.1 (inactive)
language-babel, v2.48.5 (inactive)
language-blade, v0.26.2 (inactive)
language-docker, v1.1.7 (inactive)
language-dots, v0.0.4 (inactive)
language-elm, v1.5.0 (inactive)
language-vue, v0.21.0 (inactive)
laravel-5-snippets, v0.8.0 (inactive)
linter, v1.11.18 (inactive)
linter-jshint, v3.0.2 (inactive)
linter-write-good, v0.8.0 (inactive)
merge-conflicts, v1.4.4 (inactive)
metrics, v1.1.2 (inactive)
minimap, v4.25.7 (inactive)
nord-atom-syntax, v0.4.0 (inactive)
nord-atom-ui, v0.9.0 (inactive)
nova-atom-ui, v1.2.5 (inactive)
phpunit-snippets, v0.1.0 (inactive)
pigments, v0.37.0 (inactive)
ruby-block, v0.3.5 (inactive)
seti-icons, v1.3.4 (inactive)
seti-syntax, v1.0.1 (inactive)
seti-ui, v1.4.0 (inactive)
space-tab, v0.4.2 (inactive)
sync-settings, v0.8.1 (inactive)
todo-show, v1.9.0 (inactive)
vue-autocomplete, v0.1.1 (inactive)
whitespace, v0.36.1 (inactive)
wordpress-api, v1.2.2 (inactive)
atom-dark-syntax, v0.27.0 (inactive)
atom-dark-ui, v0.52.0 (inactive)
atom-light-syntax, v0.28.0 (inactive)
atom-light-ui, v0.45.0 (inactive)
base16-tomorrow-dark-theme, v1.3.0 (inactive)
base16-tomorrow-light-theme, v1.3.0 (inactive)
one-dark-ui, v1.6.2 (inactive)
one-light-ui, v1.6.2 (inactive)
one-dark-syntax, v1.5.0 (inactive)
one-light-syntax, v1.5.0 (inactive)
solarized-dark-syntax, v1.0.5 (inactive)
solarized-light-syntax, v1.0.5 (inactive)
about, v1.7.0 (inactive)
archive-view, v0.62.0 (inactive)
autocomplete-atom-api, v0.10.0 (inactive)
autocomplete-css, v0.13.1 (inactive)
autocomplete-html, v0.7.2 (inactive)
autocomplete-plus, v2.31.4 (inactive)
autocomplete-snippets, v1.11.0 (inactive)
autoflow, v0.27.0 (inactive)
autosave, v0.23.1 (inactive)
background-tips, v0.26.1 (inactive)
bookmarks, v0.42.0 (inactive)
bracket-matcher, v0.82.2 (inactive)
command-palette, v0.39.0 (inactive)
deprecation-cop, v0.54.1 (inactive)
dev-live-reload, v0.47.0 (inactive)
encoding-selector, v0.22.0 (inactive)
find-and-replace, v0.202.2 (inactive)
fuzzy-finder, v1.4.0 (inactive)
git-diff, v1.1.0 (inactive)
go-to-line, v0.31.0 (inactive)
grammar-selector, v0.48.2 (inactive)
image-view, v0.60.0 (inactive)
incompatible-packages, v0.26.1 (inactive)
keybinding-resolver, v0.35.0 (inactive)
line-ending-selector, v0.5.0 (inactive)
link, v0.31.2 (inactive)
markdown-preview, v0.158.8 (inactive)
notifications, v0.65.1 (inactive)
open-on-github, v1.2.1 (inactive)
package-generator, v1.0.1 (inactive)
settings-view, v0.243.1 (inactive)
snippets, v1.0.4 (inactive)
spell-check, v0.68.4 (inactive)
status-bar, v1.4.1 (inactive)
styleguide, v0.47.2 (inactive)
symbols-view, v0.113.1 (inactive)
tabs, v0.103.0 (inactive)
timecop, v0.33.2 (inactive)
tree-view, v0.210.0 (inactive)
update-package-dependencies, v0.10.0 (inactive)
welcome, v0.35.1 (inactive)
whitespace, v0.35.0 (inactive)
wrap-guide, v0.38.2 (inactive)
language-c, v0.54.0 (inactive)
language-clojure, v0.22.1 (inactive)
language-coffee-script, v0.48.0 (inactive)
language-csharp, v0.13.0 (inactive)
language-css, v0.40.1 (inactive)
language-gfm, v0.88.0 (inactive)
language-git, v0.15.0 (inactive)
language-go, v0.43.0 (inactive)
language-html, v0.47.1 (inactive)
language-hyperlink, v0.16.1 (inactive)
language-java, v0.24.0 (inactive)
language-javascript, v0.122.0 (inactive)
language-json, v0.18.3 (inactive)
language-less, v0.29.6 (inactive)
language-make, v0.22.2 (inactive)
language-mustache, v0.13.0 (inactive)
language-objective-c, v0.15.1 (inactive)
language-perl, v0.37.0 (inactive)
language-php, v0.37.3 (inactive)
language-property-list, v0.8.0 (inactive)
language-python, v0.45.1 (inactive)
language-ruby, v0.70.2 (inactive)
language-ruby-on-rails, v0.25.1 (inactive)
language-sass, v0.57.0 (inactive)
language-shellscript, v0.23.0 (inactive)
language-source, v0.9.0 (inactive)
language-sql, v0.25.0 (inactive)
language-text, v0.7.1 (inactive)
language-todo, v0.29.1 (inactive)
language-toml, v0.18.1 (inactive)
language-xml, v0.34.12 (inactive)
language-yaml, v0.27.1 (inactive)

# Dev
No dev packages