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.

Latest version (1.8.0) is not working for me. Previous version (1.7.3) working fine.

$ code --version
1.30.2
61122f88f0bf01e2ac16bdb9e1bc4571755f5bd8
x64

$ uname -a
Linux xtc 4.10.0-40-generic #44~16.04.1-Ubuntu SMP Thu Nov 9 15:37:44 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

Error message

31/1/2019 17:28:39:
-------------------
Couldn't resolve parser "babel"

.prettierrc

{
    "printWidth": 110,
    "tabWidth": 4,
    "singleQuote": true,
    "trailingComma": "es5",
    "bracketSpacing": false,
    "proseWrap": "always",
    "overrides": [
        {
            "files": "package.json",
            "options": {
                "printWidth": 250
            }
        },
        {
            "files": "*.md",
            "options": {
                "tabWidth": 2
            }
        }
    ]
}

First lines of .eslintrc (not sure if relevant)

root: true
parser: babel-eslint
settings:
    react:
    ...

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:19
  • Comments:11 (2 by maintainers)

github_iconTop GitHub Comments

7reactions
francocorreasosacommented, Jan 31, 2019

@glebec you can also Install another version...

image
2reactions
CiGitcommented, Jan 31, 2019

Fixed in #706. Released in 1.8.1 Thanks @JHilker !

Read more comments on GitHub >

github_iconTop Results From Across the Web

Solved: BIOS Update 1.8.0 Issue - Dell Community
Solved: I have recently got a BIOS update i.e 1.8.0 to my dell G15 5515 laptop. But I am unable to update it...
Read more >
Known Issues for JDK 8 - Oracle
This document describes known issues in the Oracle JDK 8 release. ... Installing a 1.8.0 JRE rpms on a Linux host where an...
Read more >
Update octopint 1.8.0 fail - OctoPrint Community Forum
What is the problem? The version was updated several times ,but failed What did you already try to solve it? update and restart...
Read more >
Error after upgrading to 1.8.0 #2591 - Koenkk/zigbee2mqtt
upgrade to 1.8.0 (tried several times, even removing addon and re-installing. Debug Info. zigbee2mqtt version: 1.8.0. CC2530 firmware version: ...
Read more >
Is it possible to install scipy (1.8.0) under pypy (3.8)?
Compiling scipy is not a trivial task. Maybe someday pip install --only-binary :all: will support PyPy, see this issue.
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