amida-tech / DRE

Amida Data Reconciliation Engine (Server and Demo UI)
Other
38 stars 17 forks source link

npm install warnings / errors #677

Closed martzmakes closed 9 years ago

martzmakes commented 9 years ago

Minor, possible npm 3 quirk?

~/r/a/DRE git:release-1.5: npm install
npm WARN peerDependencies The peer dependency karma@~0.12.0 included from grunt-karma 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.
martzmakes commented 9 years ago

What I get on fresh install

npm WARN engine mllp-node@1.0.0: wanted: {"node":"0.10.x"} (current: {"node":"0.12.3","npm":"2.9.1"})
npm WARN engine hl7@1.0.0: wanted: {"node":"0.10.x"} (current: {"node":"0.12.3","npm":"2.9.1"})
npm WARN engine blue-button-pim@1.0.0: wanted: {"node":"0.10.x"} (current: {"node":"0.12.3","npm":"2.9.1"})
npm WARN engine blue-button-record@1.5.0-beta.7: wanted: {"node":"0.10.x"} (current: {"node":"0.12.3","npm":"2.9.1"})
npm WARN peerDependencies The peer dependency karma@~0.12.0 included from grunt-karma 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.
martzmakes commented 9 years ago

note: we're not using karma... remove?

martzmakes commented 9 years ago

I get this at the end of npm install:

npm ERR! Linux 3.2.0-23-generic
npm ERR! argv "/home/vagrant/.nvm/versions/node/v0.12.3/bin/node" "/home/vagrant/.nvm/versions/node/v0.12.3/bin/npm" "install"
npm ERR! node v0.12.3
npm ERR! npm  v2.9.1

npm ERR! shasum check failed for /tmp/npm-27740-b7bd6a50/registry.npmjs.org/node-inspector/-/node-inspector-0.9.2.tgz
npm ERR! Expected: f25e2be0dbd672f7f09b50af01ef81da3157ae7c
npm ERR! Actual:   1932f9678b9815f8db138d9ab330f82366b71a6a
npm ERR! From:     https://registry.npmjs.org/node-inspector/-/node-inspector-0.9.2.tgz
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!     /amida/DRE-readme/npm-debug.log
jsachs commented 9 years ago

Weird, never seen that one before. The warnings are all consistent though.

martzmakes commented 9 years ago

We don't use grunt-node-inspector, so I removed it in #686

jsachs commented 9 years ago

Addressed in various places, closing.