Weird error while building

error: couldn’t install npm packages from npm-shrinkwrap: Command failed:
npm WARN package.json packages-for-meteor-apconic-app-depends@0.0.0 No
description
npm WARN package.json packages-for-meteor-apconic-app-depends@0.0.0 No
repository field.
npm WARN package.json packages-for-meteor-apconic-app-depends@0.0.0 No
README data
npm WARN engine joi@6.10.1: wanted: {“node”:">=0.10.40",“npm”:">=2.0.0"}
(current: {“node”:“0.10.40”,“npm”:“1.4.28”})
npm WARN engine escodegen@1.7.1: wanted: {“node”:">=0.12.0"} (current:
{“node”:“0.10.40”,“npm”:“1.4.28”})
npm ERR! peerinvalid The package react does not satisfy its siblings’
peerDependencies requirements!
npm ERR! peerinvalid Peer material-ui@0.14.0 wants react@^0.14.0
npm ERR! peerinvalid Peer react-tap-event-plugin@0.2.1 wants react@^0.14.0
npm ERR! peerinvalid Peer react-dom@0.14.5 wants react@^0.14.5

npm ERR! System Linux 4.2.0-22-generic

I am not sure what changed but now i am getting this error after meteor reset. Any ideas?

What Meteor version are you using?

Version is 1.2.1
I was able to solve the issue by removing all the .npm directories from packages.

1 Like