-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to npm install #262
Comments
Thanks for the report, we are aware of these warnings. I'm curious, are they actually breaking your install? Are The maintainer for stylelint-webpack-plugin has stated he's planning to rewrite the module to conform to webpack4 standards (webpack-contrib/stylelint-webpack-plugin#140) but until that happens i've been taking the path of least resistance to get things running. |
That's odd, I swear it didn't let me run |
In that case, I'm going to close this. It is noise but should be going away in the next few weeks, pending upstream updates to the stylelint-webpack-plugin. Thanks again for reporting :) |
After doing a checkout of latest
master
, runningnpm install
resulted in the following issue:Summary
Reproduction steps
git clone git@github.com:phase2/particle.git
cd particle
npm install
Proposed fix
Installing styelint and weback (latest) both globally and in project had no effect on this error.
I've forked and tested the stylelint-webpack-plugin at himerus/stylelint-webpack-plugin@76aa875
This update to the
peerDependencies
inpackage.json
seemed to fix the issue of me not being able to install.I presume this should be posted upstream to https://github.com/waterfoul/stylelint-webpack-plugin, but wanted some verification I wasn't the only one that had seen this.
The text was updated successfully, but these errors were encountered: