arthurbergmz / webpack-pwa-manifest

Progressive Web App Manifest Generator for Webpack, with auto icon resizing and fingerprinting support.
MIT License
513 stars 93 forks source link

Not able to install npm module #94

Closed krayush closed 5 years ago

krayush commented 5 years ago

Not able to install npm module: npm i webpack-pwa-manifest

Output: npm ERR! code E404 npm ERR! 404 Not Found: webpack-pwa-manifest@latest

doug-wade commented 5 years ago

I don't repro

» npm i webpack-pwa-manifest
npm WARN saveError ENOENT: no such file or directory, open '/private/tmp/94/package.json'
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN enoent ENOENT: no such file or directory, open '/private/tmp/94/package.json'
npm WARN 94 No description
npm WARN 94 No repository field.
npm WARN 94 No README data
npm WARN 94 No license field.

+ webpack-pwa-manifest@4.0.0
added 89 packages from 141 contributors and audited 108 packages in 5.055s
found 0 vulnerabilities