Created
October 31, 2015 06:08
-
-
Save hjc/b0d5d5e79c819b1d506c to your computer and use it in GitHub Desktop.
mc3-npm-shrinkwrap-error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| hayden@beardtop {~/gits} ~> git clone git@github.com:croscon/mc3lite.git mc3 | |
| Cloning into 'mc3'... | |
| remote: Counting objects: 26225, done. | |
| remote: Compressing objects: 100% (232/232), done. | |
| remote: Total 26225 (delta 3141), reused 2991 (delta 2991), pack-reused 23002 | |
| Receiving objects: 100% (26225/26225), 50.81 MiB | 12.88 MiB/s, done. | |
| Resolving deltas: 100% (18808/18808), done. | |
| Checking connectivity... done. | |
| hayden@beardtop {~/gits} ~> cd mc3 | |
| hayden@beardtop (develop) {~/gits/mc3} ~> npm install | |
| npm ERR! fetch failed https://registry.npmjs.org/webpack-config/-/webpack-config-0.7.0.tgz | |
| npm WARN retry will retry, error on last attempt: Error: fetch failed with status code 404 | |
| npm ERR! fetch failed https://registry.npmjs.org/webpack-config/-/webpack-config-0.7.0.tgz | |
| npm WARN retry will retry, error on last attempt: Error: fetch failed with status code 404 | |
| npm ERR! fetch failed https://registry.npmjs.org/webpack-config/-/webpack-config-0.7.0.tgz | |
| npm ERR! Linux 3.16.0-4-amd64 | |
| npm ERR! argv "node" "/usr/bin/npm" "install" | |
| npm ERR! node v0.12.7 | |
| npm ERR! npm v3.3.10 | |
| npm ERR! fetch failed with status code 404 | |
| npm ERR! | |
| npm ERR! If you need help, you may report this error at: | |
| npm ERR! <https://github.com/npm/npm/issues> | |
| npm ERR! Please include the following file with any support request: | |
| npm ERR! /home/hayden/gits/mc3/npm-debug.log | |
| hayden@beardtop (develop) {~/gits/mc3} ~> npm --version | |
| 3.3.10 | |
| hayden@beardtop (develop) {~/gits/mc3} ~> node --version | |
| v0.12.7 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment