Closed zamabraga closed 7 years ago
@ricardofbarros Your version of atom-package-deps
is 2 major versions out of date, this should be fixed in the v4 series.
@Arcanemagus on a completely fresh install of Atom I get this same error, doubtful I have anything out of date at the system level.
Atom: 1.17.0 x64 Electron: 1.3.15 OS: Mac OS X 10.12.5 Thrown From: linter-js-standard package 3.9.1
Uncaught TypeError: _this.notificationEl.querySelector is not a function
At /Users/nate/.atom/packages/linter-js-standard/node_modules/atom-package-deps/lib/view.js:22
TypeError: _this.notificationEl.querySelector is not a function
at /packages/linter-js-standard/node_modules/atom-package-deps/lib/view.js:22:58
firewatch-syntax 1.1.1
linter-js-standard 3.9.1
standard-formatter 2.8.0
standardjs-snippets 2.6.0
vim-mode 0.66.0
Installing linter
manually seems to have solved the issue
@natecox I tagged the package author, not you, for a reason 😉.
The required version of atom-package-deps
is currently listed as ^2.0.5
, but that package is currently on v4.6.0.
@natecox Yes ! It worked for me.
I closed atom,
ran apm install linter-js-standard
in the terminal,
reopened atom and it prompted to install a last dependency and it worked.
Thanks
@natecox @florianboudot NB I had no luck with apm install linter-js-standard
by itself, but apm install linter
(as per nate) did result in a prompt to finish dependencies from Atom next time I launched it. Hope @ricardofbarros comes back to us soon!
cc @feross -- this issue makes standard hard to use with atom, sad times
I get this error but use Nuclide which replaces Linter.
@Lycanite This has been fixed on master
, but is not yet released. Note that this problem has nothing to do with which consumer you are using, but this provider here 😉.
Ah I see, will wait for the release then, thanks!
Same here, is there any other workaround?
The workaround for now is to manually install Linter using apm install linter
. Other than that, I’ll release a new version including #193 soon.
Thanks a lot! That worked!
Released in v4.0.0.
Uncaught TypeError: _this.notificationEl.querySelector is not a function
[Enter steps to reproduce:]
Atom: 1.17.0 x64 Electron: 1.3.15 OS: Ubuntu 16.04.2 Thrown From: linter-js-standard package 3.9.1
Stack Trace
Uncaught TypeError: _this.notificationEl.querySelector is not a function
Commands
Non-Core Packages