nfroidure / ttf2woff2

Convert ttf files to woff2.
MIT License
297 stars 39 forks source link

Integrity checksum failed #43

Closed kifirkin closed 3 years ago

kifirkin commented 6 years ago

Can't use this package as dependency

More info here https://github.com/nfroidure/gulp-iconfont/issues/170

npm install --save-dev gulp-iconfont@latest
npm WARN deprecated gulp-util@2.2.20: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
npm ERR! code EINTEGRITY
npm ERR! sha1-XgIK/m5kMofzrXaHq+0g/mVOsyk= integrity checksum failed when using sha1: wanted sha1-XgIK/m5kMofzrXaHq+0g/mVOsyk= but got sha512-Bx4FbWMWOb2RsD+N85Gd30Of5tDZOs/BDPXrwyjs2FruZTSHUvR4DOr4vOtpIaZQKJEPh69nEje6rdGDqod4hg== sha1-mnZP3f7BS+THPVJeHfKIuBUtpQk=. (7966 bytes)

node --version
v8.11.1

npm --version
5.10.0

package-lock.json

    "ttf2woff2": {
      "version": "2.0.3",
      "resolved": "https://registry.npmjs.org/ttf2woff2/-/ttf2woff2-2.0.3.tgz",
      "integrity": "sha1-XgIK/m5kMofzrXaHq+0g/mVOsyk=",
      "requires": {
        "bindings": "^1.2.1",
        "bufferstreams": "^1.1.0",
        "nan": "^2.1.0",
        "node-gyp": "^3.0.3"
      }
kifirkin commented 6 years ago

@nfroidure still having this issue

OS
Win 10

node --version
v8.11.3

npm --version
6.2.0