Closed Vlad78 closed 2 years ago
Can you fill out the entire issue template, please? Otherwise we won't know how to reproduce the issue. Thanks!
Can you fill out the entire issue template, please? Otherwise we won't know how to reproduce the issue. Thanks!
Hi there,
I will try to fill out the template, as I have the same issue on macOS:
Atom version :
Steps to reproduce :
Expected behavior : Atom open without any error Actual behavior : Atom opens with the reported error
I clicked on the "View issue" button and ended up here :)
Thanks, @naxit. I'd be interested to see your .eslintrc
, as that'd possibly give me enough information to reproduce this problem.
@savetheclocktower I guess my project use some global configuration file because I don't have any .eslintrc
file in the project which was opened on the Atom instance that throwed this error.
How can I give you the informations you may need, then ?
Actually, I think I might have an idea of what's going on, just based on some googling. I'll try to reproduce this on my own. If I can't, we can go back to the drawing board and try to figure out where you're getting your ESLint configuration from.
Not sure if it's related but I'm getting this slightly different but eerily similar error:
Error: Could not parse row (node:71572) Warning: Accessing non-existent prope...
at Transform.parseRow [as mapper] (/Users/evhaus/.atom/packages/linter-eslint-node/node_modules/ndjson/index.js:20:28)
at Transform.transform [as _transform] (/Users/evhaus/.atom/packages/linter-eslint-node/node_modules/split2/index.js:44:23)
at Transform._read (/Users/evhaus/.atom/packages/linter-eslint-node/node_modules/readable-stream/lib/_stream_transform.js:177:10)
at Transform._write (/Users/evhaus/.atom/packages/linter-eslint-node/node_modules/readable-stream/lib/_stream_transform.js:164:83)
at doWrite (/Users/evhaus/.atom/packages/linter-eslint-node/node_modules/readable-stream/lib/_stream_writable.js:409:139)
at writeOrBuffer (/Users/evhaus/.atom/packages/linter-eslint-node/node_modules/readable-stream/lib/_stream_writable.js:398:5)
at Transform.Writable.write (/Users/evhaus/.atom/packages/linter-eslint-node/node_modules/readable-stream/lib/_stream_writable.js:307:11)
at Socket.ondata (_stream_readable.js:716:22)
at Socket.emit (events.js:315:20)
at addChunk (_stream_readable.js:295:12)
at readableAddChunk (_stream_readable.js:271:9)
at Socket.Readable.push (_stream_readable.js:212:10)
at Pipe.onStreamRead (internal/stream_base_commons.js:186:23)
This ought to be fixed (and, yes, @evhaus, yours too) once I can get a new release out. Sit tight.
@savetheclocktower I can't seem to find version 1.0.6 in the Atom Package Manager. Was it released for download?
Atom is having issues with their website (https://github.com/atom/atom/issues/25438)
You can install the package through the for repo as well
apm install AtomLinter/linter-eslint-node
Prerequisites
Description
Steps to Reproduce
Expected behavior:
Actual behavior:
Versions
Atom: 1.60.0 x64 Electron: 9.4.4 OS: �������� Windows 10 ������� Thrown From: linter-eslint-node package 1.0.5
Stack Trace
Uncaught Error: Could not parse row Warning: React version not specified in eslint-plu...
Commands
Non-Core Packages
Additional Information