{{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:

Generate Insert Sql from Select Statement

SELECT 'INSERT INTO ReferenceTable (ID, Name) VALUES (' +        CAST(ID AS NVARCHAR) + ', ''' + Name + ''...