{{theTime}}

Search This Blog

Total Pageviews

npm ERR! code E404

Error while installing Jhipster.

npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/generate-jhipster - Not found
npm ERR! 404
npm ERR! 404  'generate-jhipster@latest' is not in the npm registry.

Spell mistake use npm install -g generator-jhipster

No comments:

Java Script GET request Sample Code

fetch(' https://api.public.com/api ')   .then(response => response.json())   .then(data => console.log(data))   .catch(error =...