alexkuz/redux-devtools-inspector

error installing from npm

Closed this issue · 4 comments

pdeva commented

npm output:

npm ERR! unpack Could not read data for @alexkuz/react-json-tree@0.5.3
apmgui2@1.0.0 /Users/pdeva/code/apmfrontend2
├─┬ gulp-util@3.0.7
│ └── object-assign@3.0.0 
├── jsondiffpatch@0.1.41  extraneous
├── jss@3.3.0  extraneous
├── jss-nested@1.0.2  extraneous
├── jss-vendor-prefixer@1.0.1  extraneous
├─┬ react@0.14.7
│ └─┬ fbjs@0.6.1
│   └── core-js@1.2.6 
├─┬ react-bootstrap@0.28.3
│ └─┬ babel-runtime@5.8.35
│   └── core-js@1.2.6 
├─┬ react-notification@4.2.0
│ └── object-assign@3.0.0 
├── react-themeable@1.0.1  extraneous
├─┬ redux-devtools-dock-monitor@1.1.0
│ └─┬ babel-runtime@6.5.0 
│   └── core-js@1.2.6 
└─┬ redux-devtools-log-monitor@1.0.4
  └─┬ react-json-tree@0.5.6
    └─┬ babel-runtime@6.5.0 
      └── core-js@1.2.6 

npm WARN EPACKAGEJSON apmgui2@1.0.0 No description
npm WARN EPACKAGEJSON apmgui2@1.0.0 No repository field.
npm WARN EPACKAGEJSON apmgui2@1.0.0 No license field.
npm ERR! Darwin 15.3.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "--save-dev" "redux-devtools-inspector"
npm ERR! node v5.2.0
npm ERR! npm  v3.3.12

npm ERR! Invalid name: "@alexkuz/react-json-tree"
npm ERR! 
npm ERR! If you need help, you may report this error at:
npm ERR!     <https://github.com/npm/npm/issues>


Hm, that's weird it's a valid name and it's working with npm v3.7.3 at least.

Anyway, I'm going to return to original repository soon (when they accept my PR), so let's leave it as it is for now.

0rvar commented

I cannot install either, eagerly awaiting fix for this

0rvar commented

Any progress on this?

@awestroke right, now that PR is merged we can use original repository, I'll switch a bit later.
Did you try to update npm though? I think it should work anyway.