[@webpack-cli/generators] Some internal modules has unmet peer dependency.
For verification, I temporarily modernised package.json by running 'ncu' and 'ncu -u' under the ‘@webpack-cli/generators’ installation folder.
When 'yarn install' was executed, an 'unmet peer dependency' warning for an internal module was displayed.
Some modules that appeared as 'unmet peer dependency' warnings were installed with 'yarn add'.
This was attempted to resolve the deprecated warnings listed below.
npm warn deprecated [email protected]: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm warn deprecated [email protected]: This package is no longer supported. Please use @npmcli/package-json instead.
npm warn deprecated [email protected]: This package is no longer supported.
npm warn deprecated [email protected]: This package is no longer supported.
npm warn deprecated @npmcli/[email protected]: This functionality has been moved to @npmcli/fs
npm warn deprecated @npmcli/[email protected]: This functionality has been moved to @npmcli/fs
npm warn deprecated [email protected]: This package is no longer supported.
npm warn deprecated [email protected]: This package is no longer supported.
npm warn deprecated [email protected]: This package is no longer supported.
npm warn deprecated [email protected]: This package is no longer supported.
npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
npm warn deprecated [email protected]: Rimraf versions prior to v4 are no longer supported
npm warn deprecated [email protected]: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
npm warn deprecated [email protected]: This functionality has been moved to @npmcli/fs
System:
- OS: macOS 14.5
- CPU: (12) x64 Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz
- Memory: 274.02 MB / 32.00 GB
- Shell: 3.2.57 - /bin/bash
Binaries:
- Node: 22.2.0 - ~/.nodebrew/current/bin/node
- Yarn: 1.22.22 - /usr/local/bin/yarn
- npm: 10.8.1 - ~/.nodebrew/current/bin/npm
npmPackages:
- @types/inquirer: ^9.0.7 => 9.0.7
- @types/yeoman-generator: ^5.2.14 => 5.2.14
- @yeoman/types: ^1.2.0 => 1.2.0
- mem-fs: ^4.1.0 => 4.1.0
- webpack: ^5.91.0 => 5.91.0
- webpack-cli: ^5.1.4 => 5.1.4
- yeoman-environment: ^4.4.0 => 4.4.0
- yeoman-generator: ^7.2.0 => 7.2.0
We're removing a lot of these deps once Create Webpack App is done this summer.
We're removing a lot of these deps once Create Webpack App is done this summer.
@evenstensberg may I know what Create Webpack App is? Sorry, didn't find any info about it. I'd love to know. I'm absolutely enjoying this world of JS bundling.
It's a generator/scaffolding tool for webpack. Generates basic front end builds with react, typescript et.al