mshima / generator-jhipster-multitenancy2

JHipster multitenancy blueprint
Apache License 2.0
2 stars 1 forks source link

Not Found - GET https://registry.npmjs.org/generator-jhipster-multitenancy2 - Not found #2

Closed finxster closed 5 years ago

finxster commented 5 years ago

Hi! I'm trying to use this blueprint, but I couldn't install it.

With npm:

npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/generator-jhipster-multitenancy2 - Not found
npm ERR! 404 
npm ERR! 404  'generator-jhipster-multitenancy2@latest' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404 
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

npm ERR! A complete log of this run can be found in:

With yarn:

yarn global v1.16.0
[1/4] 🔍  Resolving packages...
error An unexpected error occurred: "https://registry.yarnpkg.com/generator-jhipster-multitenancy2: Not found".

Am I missing anything?!

Thanks!

mshima commented 5 years ago

It is not published on npm repository yet.

npm install git+https://git@github.com/mshima/generator-jhipster-multitenancy2.git

https://stackoverflow.com/questions/17509669/how-to-install-an-npm-package-from-github-directly

finxster commented 5 years ago

Awesome, @mshima, thanks!