ricardofbarros / linter-js-standard

Atom linter plugin for JavaScript, using JavaScript Standard Style
https://atom.io/packages/linter-js-standard
MIT License
99 stars 48 forks source link

Resolve error: unable to load resolver "node". (import/no-duplicates) #198

Closed binarykitchen closed 7 years ago

binarykitchen commented 7 years ago

Always seeing this warning in v3.9.3 under Atom

Resolve error: unable to load resolver "node". (import/no-duplicates)

in the project, using standardjs 10.0.3 ... no idea how to fix this warning.

sonicdoe commented 7 years ago

Does this warning only occur in Atom or also when running standard from the command line?

binarykitchen commented 7 years ago

sometimes only in atom, sometimes both, very unreliable, so cannot answe

sonicdoe commented 7 years ago

Your issue sounds similar to https://github.com/standard/standard/issues/848. It seems to be caused by the structure of the node_modules directory so you could try re-installing standard with the newest version of npm.

sonicdoe commented 7 years ago

Closing due to lack of response.