ssivanatarajan / stylelint-group-selectors

Identify the selectors, which can be grouped as they have same set of properties and values.
10 stars 2 forks source link

Always getting this error #1

Closed CloudPower97 closed 5 years ago

CloudPower97 commented 5 years ago

Hi there, I've followed the Installation and Usage in the readme but this plugin just won't work for me. That's the error I always get:

Error: Cannot find module 'md5' at Function.Module._resolveFilename (module.js:543:15) at Function.Module._load (module.js:473:25) at Module.require (module.js:586:17) at require (internal/module.js:11:18) at Object.<anonymous> (/home/claudio/Documents/Educabile/educabile-web/node_modules/stylelint-group-selectors/index.js:2:11) at Object.<anonymous> (/home/claudio/Documents/Educabile/educabile-web/node_modules/stylelint-group-selectors/index.js:68:3) at Module._compile (module.js:642:30) at Object.Module._extensions..js (module.js:653:10) at Module.load (module.js:561:32) at tryModuleLoad (module.js:504:12)

Can you please tell what is going wrong?

ssivanatarajan commented 5 years ago

Hi @CloudPower97, Fixed the issue. Could you please check now?

CloudPower97 commented 5 years ago

I'm sorry but I keep getting the same exact error :(

ssivanatarajan commented 5 years ago

Have you reinstalled the package?

CloudPower97 commented 5 years ago

Yes, as matter of fact I have this in my package.json : "stylelint-group-selectors": "^1.0.6"

As you can see it's the latest version available

ssivanatarajan commented 5 years ago

@CloudPower97 , Sorry for the inconvenience, now fixed the issue. could you reinstall the package?

CloudPower97 commented 5 years ago

Everything works fine now, thank you :+1: