fgnass / spin.js

A spinning activity indicator
http://spin.js.org
MIT License
9.3k stars 1.02k forks source link

NPM not found compatible version #332

Closed elcolie closed 7 years ago

elcolie commented 7 years ago

According to the output 2.3.2 is a valid version. I use GNU/Linux Debian Jessie FROM docker image python:3.5

npm WARN deprecated es6-loader@0.2.0: Please use https://www.npmjs.com/package/6to5-loader instead
npm ERR! git clone git@github.com:github:fgnass/spin.js Cloning into bare repository '/root/.npm/_git-remotes/git-github-com-github-fgnass-spin-js-c7cfefc0'...
npm ERR! git clone git@github.com:github:fgnass/spin.js Warning: Permanently added the RSA host key for IP address '192.30.253.112' to the list of known hosts.
npm ERR! git clone git@github.com:github:fgnass/spin.js fatal: remote error:
npm ERR! git clone git@github.com:github:fgnass/spin.js    is not a valid repository name
npm ERR! git clone git@github.com:github:fgnass/spin.js   Email support@github.com for help
npm ERR! notarget No compatible version found: spin.js@'github:fgnass/spin.js'
npm ERR! notarget Valid install targets:
npm ERR! notarget ["1.3.1","1.3.2","2.0.0","2.0.1","2.0.2","2.1.0","2.1.1","2.1.2","2.3.1","2.3.2"]
npm ERR! notarget
npm ERR! notarget This is most likely not a problem with npm itself.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.

npm ERR! System Linux 4.8.10-moby
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! cwd /root/sbrand-pos-web
npm ERR! node -v v0.10.29
npm ERR! npm -v 1.4.21
npm ERR! code ETARGET
npm ERR! git clone git@github.com:github:msurguy/ladda-bootstrap Cloning into bare repository '/root/.npm/_git-remotes/git-github-com-github-msurguy-ladda-bootstrap-a5ed1054'...
npm ERR! git clone git@github.com:github:msurguy/ladda-bootstrap fatal: remote error:
npm ERR! git clone git@github.com:github:msurguy/ladda-bootstrap    is not a valid repository name
npm ERR! git clone git@github.com:github:msurguy/ladda-bootstrap   Email support@github.com for help
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR!     /root/sbrand-pos-web/npm-debug.log
npm ERR! not ok code 0
ERROR: Service 'backend' failed to build: The command '/bin/sh -c cd /root/sbrand-pos-web && npm install' returned a non-zero code: 1

package_json_-_sbrand-pos-web_-____code_sbrand-pos-web_

elcolie commented 7 years ago

RUN npm install npm@latest -g