nodezoo / nodezoo-web

nodezoo.com front end
MIT License
12 stars 61 forks source link

npm warning on build #62

Closed matt-oc closed 8 years ago

matt-oc commented 8 years ago

redux needs updating

mcdonnelldean commented 8 years ago

@vislamov Assigned you. I did this task on vidi-dashboard, there are some minor changes to history and redux. If you need a hand ping me.

vislamov commented 8 years ago

Sure thing, I will take care of it.

vislamov commented 8 years ago

@mcdonnelldean I've fixed redux warnings for nodezoo-web. We still have dependency modules warnings during install, two of them seneca related and one toolbag-plugin-stats-collector. What do you think about it?

eslint-config-seneca

npm WARN peerDependencies The peer dependency eslint-plugin-hapi@x.x.x included from eslint-config-seneca will no
npm WARN peerDependencies longer be automatically installed to fulfill the peerDependency 
npm WARN peerDependencies in npm 3+. Your application will need to depend on it explicitly.

seneca-mesh

> farmhash@1.1.1 install /nodezoo-web/node_modules/seneca-mesh/node_modules/sneeze/node_modules/swim/node_modules/farmhash
> node-gyp rebuild

gyp WARN download NVM_NODEJS_ORG_MIRROR is deprecated and will be removed in node-gyp v4, please use NODEJS_ORG_MIRROR
gyp WARN download NVM_NODEJS_ORG_MIRROR is deprecated and will be removed in node-gyp v4, please use NODEJS_ORG_MIRROR
gyp WARN download NVM_NODEJS_ORG_MIRROR is deprecated and will be removed in node-gyp v4, please use NODEJS_ORG_MIRROR
  CXX(target) Release/obj.target/farmhash/src/upstream/farmhash.o
  CXX(target) Release/obj.target/farmhash/src/bindings.o
  SOLINK_MODULE(target) Release/farmhash.node

seneca-mesh

> msgpack@1.0.2 install /nodezoo-web/node_modules/seneca-mesh/node_modules/sneeze/node_modules/swim/node_modules/msgpack
> node-gyp rebuild

gyp WARN download NVM_NODEJS_ORG_MIRROR is deprecated and will be removed in node-gyp v4, please use NODEJS_ORG_MIRROR
gyp WARN download NVM_NODEJS_ORG_MIRROR is deprecated and will be removed in node-gyp v4, please use NODEJS_ORG_MIRROR
gyp WARN download NVM_NODEJS_ORG_MIRROR is deprecated and will be removed in node-gyp v4, please use NODEJS_ORG_MIRROR
  CC(target) Release/obj.target/libmsgpack/deps/msgpack/objectc.o
  CC(target) Release/obj.target/libmsgpack/deps/msgpack/unpack.o
  CC(target) Release/obj.target/libmsgpack/deps/msgpack/vrefbuffer.o
  CC(target) Release/obj.target/libmsgpack/deps/msgpack/zone.o
  CC(target) Release/obj.target/libmsgpack/deps/msgpack/version.o
  LIBTOOL-STATIC Release/msgpack.a
  CXX(target) Release/obj.target/msgpackBinding/src/msgpack.o
  SOLINK_MODULE(target) Release/msgpackBinding.node

toolbag-plugin-stats-collector

> gc-profiler@1.3.1 install /nodezoo-web/node_modules/toolbag-plugin-stats-collector/node_modules/gc-profiler
> node-gyp rebuild

gyp WARN download NVM_NODEJS_ORG_MIRROR is deprecated and will be removed in node-gyp v4, please use NODEJS_ORG_MIRROR
gyp WARN download NVM_NODEJS_ORG_MIRROR is deprecated and will be removed in node-gyp v4, please use NODEJS_ORG_MIRROR
gyp WARN download NVM_NODEJS_ORG_MIRROR is deprecated and will be removed in node-gyp v4, please use NODEJS_ORG_MIRROR
  CXX(target) Release/obj.target/GcProfiler/src/GcProfiler.o
  SOLINK_MODULE(target) Release/GcProfiler.node
mcdonnelldean commented 8 years ago

Closed as complete