BenoitZugmeyer / eslint-plugin-html

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

Module build failed without reason #27

Closed UranusCEO closed 8 years ago

UranusCEO commented 8 years ago

I am suffering a weird issue where module build failed without a reason. I tried to format my computer and make everything run again and i still get the same error but other computer run smoothly won't a problem.

Please help. Thanks

Attached Screenshot below:

bug

BenoitZugmeyer commented 8 years ago

Thanks for reporting this issue. It seems it's related to the paths where your packages are installed:

E:\....\node_modules\.MODULE_NAME@VERSION\FILES.js

Instead of the conventional

E:\....\node_modules\MODULE_NAME\FILES.js

I'll fix your issue soon. Out of curiosity, do you know why your packages are installed like this?

UranusCEO commented 8 years ago

Thanks for knowing the issue.

I have no idea why it installed like that. It is a Window 10 Pro environment so maybe it cause the problem.

But i really not sure why it will be like that.

Waiting for your commit.

BenoitZugmeyer commented 8 years ago

Please let me know if it does the trick.