question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Uncaught TypeError: registry.register is not a function

See original GitHub issue

Error thrown on Atom init. No side effects - package runs as usual after the error.

Atom Version: 1.6.0 System: "Fedora release Thrown From: build package, v0.58.0

Stack Trace

Uncaught TypeError: registry.register is not a function

At /home/rangel/.atom/packages/build/lib/build.js:414

TypeError: registry.register is not a function
    at Object.consumeLinterRegistry (/home/rangel/.atom/packages/build/lib/build.js:414:28)
    at Provider.module.exports.Provider.provide (/usr/share/atom/resources/app.asar/node_modules/service-hub/lib/provider.js:30:52)
    at /usr/share/atom/resources/app.asar/node_modules/service-hub/lib/service-hub.js:55:26
    at doNTCallback0 (node.js:419:9)
    at process._tickCallback (node.js:348:13)

Commands

Config

{
  "core": {}
}

Installed Packages

# User
aligner, v0.19.1
angularjs, v0.3.4
atom-ternjs, v0.13.2
atom-yeoman, v0.3.15
autoclose-html, v0.23.0
bottom-dock, v0.4.1
browser-plus, v0.0.54
build, v0.58.0
build-coffeescript, v0.1.0
build-grunt, v0.4.0
build-gulp, v0.7.0
build-npm-apm, v0.10.0
build-rake, v0.1.1
build-xcodebuild, v0.2.0
color-picker, v2.1.1
docblockr, v0.7.3
editorconfig, v1.2.4
emmet, v2.4.3
file-icons, v1.6.19
fonts, v1.2.0
json-schema, v0.1.15
linter, v1.11.4
linter-alex, v2.0.0
linter-clang, v3.4.4
linter-coffeescript, v1.0.0
linter-csslint, v1.3.2
linter-flint, v0.1.2
linter-jade, v0.3.2
linter-jshint, v2.0.3
linter-just-say-no, v0.6.1
linter-manager, v0.2.12
linter-pylint, v1.2.0
linter-rubocop, v0.4.7
linter-scspell, v2.0.1
linter-scss-lint, v2.5.1
linter-tidy, v2.1.0
linter-write-good, v0.6.1
meteor-api, v2.20.0
minimap, v4.21.0
minimap-linter, v1.1.1
navigate, v0.1.13
omnisharp-atom, v0.27.0
pigments, v0.26.0
pull-requests, v0.0.19
remote-edit, v1.8.24
travis-ci-status, v1.0.0
tree-view-git-status, v0.2.3

# Dev
No dev packages

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:12 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
noseglidcommented, Apr 11, 2016

I have no idea why this happens. It’s likely an issue in the service api, but since it’s solved I will close this.

0reactions
rangelfinalcommented, Mar 31, 2016

The full list of packages is available on the first post of this issue. If it’s of any help, I made a backup using sync-settings, and my full configuration is available here: https://gist.github.com/rangelfinal/9d67f2f2365921e954b22526851bad35

Read more comments on GitHub >

github_iconTop Results From Across the Web

javascript - TypeError: User.register is not a function at exports ...
I was trying to register a user using register function from passport-local-mongoose, but it was not working. It is showing an error.
Read more >
Uncaught TypeError: $(...).adaptTo is not a function
Solved: I created a validation for a dialog in AEM 6.3 Following is the code of my validation.js ( function ($, window, document)...
Read more >
Errors | Node.js v19.3.0 Documentation
An attempt was made to register something that is not a function as an AsyncHooks callback. ERR_ASYNC_TYPE #. The type of an asynchronous...
Read more >
Uncaught TypeError | Is Not A Function | Solution - YouTube
Have you encountered an error like:- Uncaught TypeError - Some selector is not a function - jQuery is not a function - owlCarousel...
Read more >
FinalizationRegistry.prototype.register() - JavaScript | MDN
Thrown when one of the following condition is met: target is not an object (object as opposed to primitives; functions are objects as...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found