You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Hello,
I'm trying to build an image on docker, but I'm getting the following error:
Any ideas on how to solve it?
Thank you!
Luis
The text was updated successfully, but these errors were encountered: