turt2live / matrix-dimension

An open source integration manager for matrix clients, like Element.
https://dimension.t2bot.io
GNU General Public License v3.0
429 stars 109 forks source link

Problems in npm run build #355

Open rioloo opened 4 years ago

rioloo commented 4 years ago

git show

commit 9e2393cecac3aabdc3d6d7236a4c139d6fe9ff6d (HEAD -> master, origin/master, origin/HEAD) Merge: 3e8ad80 c232264 Author: Travis Ralston travpc@gmail.com Date: Thu Apr 30 10:25:04 2020 -0600

Merge pull request #346 from turt2live/dependabot/npm_and_yarn/jquery-3.5.0

Bump jquery from 3.4.1 to 3.5.0

npm --version

6.14.4

node --version

v10.21.0

npm run build

matrix-dimension@1.0.0 build /usr/local/matrix/matrix-dimension npm run-script build:web && npm run-script build:app

matrix-dimension@1.0.0 build:web /usr/local/matrix/matrix-dimension rimraf build/web && webpack --mode production --progress --profile --bail

Invalid options object. Copy Plugin has been initialized using an options object that does not match the API schema.

npm ERR! A complete log of this run can be found in: npm ERR! /root/.npm/_logs/2020-06-18T13_44_23_116Z-debug.log npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! matrix-dimension@1.0.0 build: npm run-script build:web && npm run-script build:app npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the matrix-dimension@1.0.0 build script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in: npm ERR! /root/.npm/_logs/2020-06-18T13_44_23_130Z-debug.log

BrotherIAmPinnedHere commented 2 years ago

I've got the same issue with NPM 7.20.5 and node 12.18.4.

Invalid options object. Copy Plugin has been initialized using an options object that does not match the API schema.