BenoitZugmeyer / eslint-plugin-html

An ESLint plugin to extract and lint scripts from HTML files.
ISC License
430 stars 51 forks source link

some wrong with the eslint-plugin-html in my webstorm #86

Closed hilonliao closed 6 years ago

hilonliao commented 6 years ago

(/Users/liaohailong/WebstormProjects/AudioReactNative/node_modules/eslint-plugin-html/src/index.js:65:11) at Object. (/Users/liaohailong/WebstormProjects/AudioReactNative/node_modules/eslint-plugin-html/src/index.js:26:1) at Module._compile (module.js:635:30) at Object.Module._extensions..js (module.js:646:10) at Module.load (module.js:554:32) at tryModuleLoad (module.js:497:12) at Function.Module._load (module.js:489:3) at Module.require (module.js:579:17) at require (internal/module.js:11:18) at Object.load (/Users/liaohailong/WebstormProjects/AudioReactNative/node_modules/eslint/lib/config/plugins.js:129:26)

hilonliao commented 6 years ago

help~

BenoitZugmeyer commented 6 years ago

I can't do anything with this stack trace. Please send at least the actual error message.

hilonliao commented 6 years ago

image When the previous error occurred, I repaired it with the prompt, and then there was a second error.

nickensoul commented 6 years ago

Maybe you should to try install eslint-plugin-html into eslint's directory (e.g., global or local).

onlyone1221 commented 6 years ago

image

BenoitZugmeyer commented 6 years ago

Update the plugin to the latest version (v4.0.4) and if you still have the error, please add all requested informations to this issue.