Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

TypeError: helpers.findFile is not a function #28

Closed
LoranceChen opened this issue Dec 19, 2015 · 1 comment
Closed

TypeError: helpers.findFile is not a function #28

LoranceChen opened this issue Dec 19, 2015 · 1 comment

Comments

@LoranceChen
Copy link

It occurred when I save file (cmd + s).The top two of stack show as this:
at Object.provider.lint (/Users/lorancechen/.atom/packages/linter-scalac/lib/linter-scalac.coffee:37:20)
at promises.push.Promise.then._this.emitter.emit.linter (/Users/lorancechen/.atom/packages/linter/lib/linter-registry.js:63:26)

@Arcanemagus
Copy link
Member

If I had to guess this is the same old bug of Atom not respecting package npm dependencies when multiple Atom packages depend on the same library (atom/atom#9775) since that could only be triggered if this was using the v4.x.x version of atom-linter instead of its requested version of v2.x.x.

Luckily the fix is to just publish the current version, which has now been done as v1.2.0 😉. Let us know if you are seeing any further issues after updating.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants