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.

[flow] [Version 4] not working at all

See original GitHub issue

I’m getting this on the SL console, after it auto-updated to v4

SublimeLinter: WARNING: eslint cannot locate 'eslint'  
SublimeLinter: WARNING: flow cannot locate 'flow'  
SublimeLinter: ERROR: Linter crashed. 
Traceback (most recent call last):   
File "lint.backend in /Users/javiercastro/Library/Application Support/Sublime Text 3/Installed Packages/SublimeLinter.sublime-package", line 97, in execute_lint_task   
File "lint.linter in /Users/javiercastro/Library/Application Support/Sublime Text 3/Installed Packages/SublimeLinter.sublime-package", line 794, in lint   
File "lint.linter in /Users/javiercastro/Library/Application Support/Sublime Text 3/Installed Packages/SublimeLinter.sublime-package", line 505, in get_cmd 
TypeError: 'NoneType' object is not iterable

Nothing else was changed (aslant is still there on the same path as before, etc)

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:2
  • Comments:37 (21 by maintainers)

github_iconTop GitHub Comments

1reaction
Jojo-Jojovichcommented, Mar 2, 2018

@trych Edit your SublimeLinter package settings, and set that in the User settings. This is what my settings look like, as an example:

{
    "debug": false,
    "delay": 0.25,
    "gutter_theme": "Packages/SublimeLinter/gutter-themes/Default/Default.gutter-theme",
    "lint_mode": "background",
    "linters": {
        "eslint": {
            "@disable": false,
            "args": [],
            "excludes": [],
            "selector": "source.js"
        },
        "jshint": {
            "@disable": false,
            "args": [],
            "excludes": []
        },
        "jsxhint": {
            "@disable": false,
            "args": [],
            "excludes": []
        }
    }
}
1reaction
kastecommented, Mar 2, 2018

Please turn on ‘background’ mode in case the other modes are broken. Also did you try my selector suggestion? Otherwise, we still need the full output directly when starting Sublime with a js project open and js file directly getting active. 👍

When we’re closing we still are subscribed.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Latest version of flow suddenly not working and also not ...
Hello, This is my first post, so I hope I'm providing enough details to be helpful. Issue Summary: I have a flow (Delete_Appt_Series)...
Read more >
Common Salesforce Flow Errors and How to Troubleshoot Them
When working with flows, you may come across different errors, ... Make sure your flow is not missing any required parameters or variables....
Read more >
Troubleshoot common issues with triggers - Power Automate
If an environment's admin mode is turned on, all background processes, including flows will be turned off, causing the flow to not trigger....
Read more >
November version . Set Flow Permissions does not work for ...
Set Flow Permissions open the App >> search by owner (whos flows in solution>> in the left side you can see the caution...
Read more >
Can't delete flow version because it's referenced by deleted ...
Deactivate flow(All versions) and try to delete old version. – Vinay. Mar 23, 2021 at 17:38. @Vinay I ...
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