Package Details: nodejs-webpack-cli 4.6.0-1

Git Clone URL: https://aur.archlinux.org/nodejs-webpack-cli.git (read-only, click to copy)
Package Base: nodejs-webpack-cli
Description: CLI for webpack & friends
Upstream URL: https://github.com/webpack/webpack-cli#readme
Licenses: MIT
Submitter: simon04
Maintainer: None
Last Packager: simon04
Votes: 0
Popularity: 0.000000
First Submitted: 2019-06-21 06:07 (UTC)
Last Updated: 2021-04-03 21:54 (UTC)

Latest Comments

yodaembedding commented on 2021-05-07 13:13 (UTC)

Should probably be marked as provides("nodejs-webpack").

je-vv commented on 2021-04-03 22:27 (UTC) (edited on 2021-04-10 01:26 (UTC) by je-vv)

Hi @simon04, is nodejs-webpack a superset of nodejs-webpack-cli now? They have files in conclict with recent update of both. Actually I had to uninstall both, to be able to install one of them, and only one. I just went for nodejs-webpack, since that's I'd guess the biggest one...

> pacman -S nodejs-webpack-cli
...
checking for file conflicts...
error: failed to commit transaction (conflicting files)
nodejs-webpack-cli: /usr/bin/webpack exists in filesystem (owned by nodejs-webpack)
nodejs-webpack-cli: /usr/lib/node_modules/webpack/LICENSE exists in filesystem (owned by nodejs-webpack)
nodejs-webpack-cli: /usr/lib/node_modules/webpack/README.md exists in filesystem (owned by nodejs-webpack)
nodejs-webpack-cli: /usr/lib/node_modules/webpack/SECURITY.md exists in filesystem (owned by nodejs-webpack)
nodejs-webpack-cli: /usr/lib/node_modules/webpack/bin/webpack.js exists in filesystem (owned by nodejs-webpack)
nodejs-webpack-cli: /usr/lib/node_modules/webpack/hot/dev-server.js exists in filesystem (owned by nodejs-webpack)
nodejs-webpack-cli: /usr/lib/node_modules/webpack/hot/emitter.js exists in filesystem (owned by nodejs-webpack)
nodejs-webpack-cli: /usr/lib/node_modules/webpack/hot/lazy-compilation-node.js exists in filesystem (owned by nodejs-webpack)
...
nodejs-webpack-cli: /usr/lib/node_modules/webpack/lib/APIPlugin.js exists in filesystem (owned by nodejs-webpack)
nodejs-webpack-cli: /usr/lib/node_modules/webpack/lib/AbstractMethodError.js exists in filesystem (owned by nodejs-webpack)
nodejs-webpack-cli: /usr/lib/node_modules/webpack/lib/AsyncDependenciesBlock.js exists in filesystem (owned by nodejs-webpack)
...
nodejs-webpack-cli: /usr/lib/node_modules/webpack/lib/webworker/ImportScriptsChunkLoadingPlugin.js exists in filesystem (owned by nodejs-webpack)
nodejs-webpack-cli: /usr/lib/node_modules/webpack/lib/webworker/ImportScriptsChunkLoadingRuntimeModule.js exists in filesystem (owned by nodejs-webpack)
nodejs-webpack-cli: /usr/lib/node_modules/webpack/lib/webworker/WebWorkerTemplatePlugin.js exists in filesystem (owned by nodejs-webpack)
nodejs-webpack-cli: /usr/lib/node_modules/webpack/node_modules/.bin/acorn exists in filesystem (owned by nodejs-webpack)
nodejs-webpack-cli: /usr/lib/node_modules/webpack/node_modules/.bin/browserslist exists in filesystem (owned by nodejs-webpack)
nodejs-webpack-cli: /usr/lib/node_modules/webpack/node_modules/.bin/terser exists in filesystem (owned by nodejs-webpack)
...
nodejs-webpack-cli: /usr/lib/node_modules/webpack/node_modules/yocto-queue/license exists in filesystem (owned by nodejs-webpack)
nodejs-webpack-cli: /usr/lib/node_modules/webpack/node_modules/yocto-queue/package.json exists in filesystem (owned by nodejs-webpack)
nodejs-webpack-cli: /usr/lib/node_modules/webpack/node_modules/yocto-queue/readme.md exists in filesystem (owned by nodejs-webpack)
nodejs-webpack-cli: /usr/lib/node_modules/webpack/package.json exists in filesystem (owned by nodejs-webpack)
nodejs-webpack-cli: /usr/lib/node_modules/webpack/schemas/WebpackOptions.json exists in filesystem (owned by nodejs-webpack)
nodejs-webpack-cli: /usr/lib/node_modules/webpack/schemas/_container.json exists in filesystem (owned by nodejs-webpack)
nodejs-webpack-cli: /usr/lib/node_modules/webpack/schemas/_sharing.json exists in filesystem (owned by nodejs-webpack)
...
nodejs-webpack-cli: /usr/lib/node_modules/webpack/schemas/plugins/sharing/ProvideSharedPlugin.json exists in filesystem (owned by nodejs-webpack)
nodejs-webpack-cli: /usr/lib/node_modules/webpack/schemas/plugins/sharing/SharePlugin.json exists in filesystem (owned by nodejs-webpack)
nodejs-webpack-cli: /usr/lib/node_modules/webpack/types.d.ts exists in filesystem (owned by nodejs-webpack)
Errors occurred, no packages were upgraded.

If one is a subset of the other, can the conflict variable be used to prevent such errors. Otherwise, can they be installed in a way they don't conflict with each other? Thanks !

je-vv commented on 2021-03-28 22:57 (UTC)

@simon04, could you please add --cache "${srcdir}/npm-cache" or something similar so that npm doesn't pollute the FS with bloated stuff? Thanks !

brli commented on 2020-11-27 13:06 (UTC) (edited on 2020-11-27 13:13 (UTC) by brli)

license should be installed in 644, not 755

meaningless to download the npm tgz and fetch again in package()

please use npm install ... ${srcdir}/$_npmname-$pkgver.tgz instead.

also, should depends on webpack (nodejs-webpack in aur).