-
Notifications
You must be signed in to change notification settings - Fork 8
Uncaught RangeError: path should be a path.relative()
d string, but got "../../../../../../../.....
#254
Comments
I get the same error on MacOS |
Also happening on Atom: 1.40.1 x64 |
Getting the same error. Atom is installed as a flatpak here. Fedora 30 [Enter steps to reproduce:]
Atom: 1.40.1 x64 Stack TraceUncaught RangeError: path should be a
Commands
|
Only data point I can add is, I just got this immediately on launch (no actions taken at all), when loading a non-markdown file. Though it might heuristically have appeared to be Markdown. ( Crash details from the Atom error popup
Electron: 4.2.7 OS: "Fedora release Thrown From: linter-markdown package 5.2.10 |
I'm seeing this issue on macOS 10.15.2 with Atom 1.42.0 and Linter-Markdown 5.2.11. This leaves linter-markdown completely unusable. |
I uninstalled all of my packages, then reinstalled. That seems to have fixed the issue with linter-markdown. |
My own: Steps to reproduce:
Atom: 1.46.0 x64 Stack TraceUncaught RangeError: path should be a
Commands
Non-Core Packages
|
@Arcanemagus @wooorm can we somehow fix it please? There are too many duplicates of this issue, and it's a pretty annoying, to be honest. |
@AlexWayfer I don’t think anyone maintains this project anymore. I’ve used linter-remark since 2016. |
OK, thank you. It's sad. The whole Atom and its ecosystem seems dying. 😔 |
Personally, I still happily use Atom, just not this plugin! |
To be honest I've just done 2 fresh installs of Atom and I'm not seeing this error. As best I can tell is install order for some packages messes this up (or not)! Not entirely helpful but is in line with pdxwolfy's suggestion |
Work-around: add {
"scripts": {
"remark": "remark -f ."
},
"devDependencies": {
"remark-cli": "^9.0.0",
"remark-gfm": "^1.0.0",
"remark-preset-lint-recommended": "^5.0.0"
}
} |
I have this exact same error with another linter: linthtml. I fixed it by changing my command |
this error just appeared for me today... |
Atom: 1.58.0 x64 Same errors only happened when I opened the project folder from the command line atom . I then proceed to close the project, and open it from the menu and the error disappeared. |
[Enter steps to reproduce:]
Atom: 1.40.1 x64
Electron: 3.1.10
OS: KDE neon
Thrown From: linter-markdown package 5.2.10
Stack Trace
Uncaught RangeError: path should be a
path.relative()
d string, but got "../../../../../../../../home/aleks/Proyectos/CUCEI/6Semestre/I5903/Expo01/filososcomensales.md"Commands
Non-Core Packages
The text was updated successfully, but these errors were encountered: