mozilla/dxr

Make error in dxr project folder

Closed this issue · 1 comments

I am getting following error with make in dxr

npm ERR! shasum check failed for /tmp/npm-17755-1ce639fd/registry.npmjs.org/minimatch/-/minimatch-3.0.3.tgz
npm ERR! Expected: 2a4e4090b96b2db06a9d7df01055a62a77c9b774
npm ERR! Actual: fcba24f250cf12dbf3826d1595179b7bf3b566f8
npm ERR! From: https://registry.npmjs.org/minimatch/-/minimatch-3.0.3.tgz
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR! https://github.com/npm/npm/issues

any hints on hot to resolve this?

Hmm. It works on our docker box, both locally for me and on Travis. Are you using our docker image? I highly recommend it, since DXR is difficult to set up. Aside from that, did you install any other npm packages before making DXR? Perhaps that caused you to end up with different versions of packages that bothered our hash pinnings. Last, have you tried a make clean && make, just to start fresh?