ItsOnlyBinary / kiwiirc-plugin-avatars

Apache License 2.0
1 stars 0 forks source link

yarn build error #10

Open legendskyk opened 2 months ago

legendskyk commented 2 months ago

yarn run v1.22.22 $ node build/commands/build.js internal/modules/cjs/loader.js:818 throw err; ^

Error: Cannot find module 'webpack' Require stack:

what this error how to reslove it?

ItsOnlyBinary commented 2 months ago

you did not run yarn install (also called yarnpkg on debian distros)

legendskyk commented 2 months ago

i did that see screen shot:

image

ItsOnlyBinary commented 2 months ago

your node is much too old, you will need 16 or newer

or you can download prebuilt here: https://github.com/ItsOnlyBinary/kiwiirc-plugin-avatars/releases

you might need 1.0.4 unless you are running a recent master version of kiwiirc

legendskyk commented 2 months ago

let me try it 1.0.4 then let you know it

legendskyk commented 2 months ago

same error

legendskyk commented 2 months ago

tell me how to update newer node?

ItsOnlyBinary commented 2 months ago

the releases dont need building, just download the kiwiirc-plugin-avatars-v1.0.4.zip and extact, copy contents to your plugins dir

legendskyk commented 2 months ago

you mean it will work without building?

ItsOnlyBinary commented 2 months ago

yes those zip's have already been built

ItsOnlyBinary commented 2 months ago

https://deb.nodesource.com/ <--- i would suggest using 18.x at the moment, just replace the 20.x for 18.x in the commands