-
DescriptionI have tried to install Gatsby on windows machine using VCS. I am currently using node version v12.16.2 Steps to reproduceThe only step I used to reproduce is npm install -g gatsby-cli How to Make a Minimal Reproduction: https://www.gatsbyjs.com/contributing/how-to-make-a-reproducible-test-case/ Expected resultI should be able to see a succesfully installed message but in this case, Actual resultnpm WARN registry Unexpected warning for https://registry.npmjs.org/: Miscellaneous Warning EINTEGRITY: sha512-jYBTV2n1gegQ+CtGOQ0I0wFkY4oPzCPXTF9Wh81ItTcKXce2uT9vn6YWfrSubhqEwwHFfWlCk6JXcelv+iJyag== integrity checksum failed when using sha512: wanted sha512-jYBTV2n1gegQ+CtGOQ0I0wFkY4oPzCPXTF9Wh81ItTcKXce2uT9vn6YWfrSubhqEwwHFfWlCk6JXcelv+iJyag== but got sha512-30JMK/urXCtHD/SSXZNTfM3er9bJ5PoFeVecJACJWZIotmL+M223MWBxQ0v14c5aHd4LMv3NQaE5NMMLXCJJpQ==. (104521 bytes) npm ERR! A complete log of this run can be found in: EnvironmentI cant even run the Gatsby info command |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This is an issue outside of Gatsby's control, please check Google for entries like npm/npm#17146 |
Beta Was this translation helpful? Give feedback.
This is an issue outside of Gatsby's control, please check Google for entries like npm/npm#17146
Thanks!