Normalize.css: npm install --save normalizecss does not install newest version

Created on 6 Jul 2016  路  6Comments  路  Source: necolas/normalize.css

Calling npm install --save normalizecss does not install 4.2.0, instead 3.0.0,
please fix it

awaiting feedback

Most helpful comment

I believe @ben-ng and @chrisdickinson maintain the mirror-ish modules normalize-css and normalizecss on npm. It seems they鈥檙e both out-dated at the moment, but they average about 5k downloads a month. I ran into an issue with one of these recently when a co-worker hit me up about updating the modules, only to discover they were using one of these.

Ben and Chris, if you can keep 鈥檈m up to date, awesome! If you wanna add me as a collaborator, I鈥檒l do my best to see they are always up to date.

All 6 comments

npm install --save normalizecss

@gitowiec Should be normalize.css, not normalizecss.

I believe @ben-ng and @chrisdickinson maintain the mirror-ish modules normalize-css and normalizecss on npm. It seems they鈥檙e both out-dated at the moment, but they average about 5k downloads a month. I ran into an issue with one of these recently when a co-worker hit me up about updating the modules, only to discover they were using one of these.

Ben and Chris, if you can keep 鈥檈m up to date, awesome! If you wanna add me as a collaborator, I鈥檒l do my best to see they are always up to date.

@jonathantneal currently npm install normalize.css resolves a package.json with the correct 4.2.0 but the head comment in the actual normalize.css file says it's 4.1.1..

@lrsjng same issue with bower as well. In both cases (npm n bower) showing 4.2.0 but the downloaded the 4.1.1 version

Same here, 4.1.1 version on npm

5.0.0 has been published. Sorry about the confusion with 4.2.0. Use npm install normalize.css or contact the maintainers of those other packages to see them updated. Thanks!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

denis-sokolov picture denis-sokolov  路  4Comments

visicode picture visicode  路  6Comments

DanielPietrasik picture DanielPietrasik  路  3Comments

ntwb picture ntwb  路  3Comments

callumlocke picture callumlocke  路  6Comments