Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Unable to build on docker #101

Open
luisfmrosa opened this issue Apr 5, 2018 · 0 comments
Open

Unable to build on docker #101

luisfmrosa opened this issue Apr 5, 2018 · 0 comments

Comments

@luisfmrosa
Copy link

Hello,

I'm trying to build an image on docker, but I'm getting the following error:

npm WARN deprecated [email protected]: This package is no longer supported. It's now a built-in Node module. If you've depended on crypto, you should switch to the one that's built-in.
npm WARN deprecated [email protected]: SuperTest 2.0+ supports promises natively; use that instead!
npm WARN peerDependencies The peer dependency chai@^4.1.2 included from chai-properties 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.
npm WARN engine [email protected]: wanted: {"node":"~0.8.0"} (current: {"node":"4.9.1","npm":"2.15.11"})
npm WARN deprecated [email protected]: Use uuid module instead
npm ERR! Linux 4.13.0-37-generic
npm ERR! argv "/root/.nvm/versions/node/v4.9.1/bin/node" "/root/.nvm/versions/node/v4.9.1/bin/npm" "install" "--prefix" "/registry-server"
npm ERR! node v4.9.1
npm ERR! npm  v2.15.11
npm ERR! code EPEERINVALID

npm ERR! peerinvalid The package [email protected] does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer [email protected] wants chai@^4.1.2

npm ERR! Please include the following file with any support request:
npm ERR!     /registry-server/npm-debug.log
The command '/bin/sh -c curl -o- https://cdn.rawgit.com/creationix/nvm/v0.33.2/install.sh | bash &&     bash -c 'source $HOME/.nvm/nvm.sh &&     nvm install 4 &&     nvm cache clear &&     npm install --prefix "/registry-server"'' returned a non-zero code: 1

Any ideas on how to solve it?

Thank you!

Luis

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant