You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.
I clone the repo, install dependencies and when I try to build, I get an error:
UnhandledPromiseRejectionWarning: TypeError: comp.fileDependencies.push is not a function at ReloadPlugin.generate (C:\Users\user\Desktop\Counter-for-Messenger-master\node_modules\wcer\build\index.js:209:31) at compiler.plugin (C:\Users\user\Desktop\Counter-for-Messenger-master\node_modules\wcer\build\index.js:222:54) at _next3 (eval at create (C:\Users\user\Desktop\Counter-for-Messenger-master\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:53:1) at _err3 (eval at create (C:\Users\user\Desktop\Counter-for-Messenger-master\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:69:1) at Promise.all.catch.then (C:\Users\user\Desktop\Counter-for-Messenger-master\node_modules\copy-webpack-plugin\dist\index.js:91:9) (node:50980) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
I'd really like to try and contribute, maybe add some features, but I cannot figure this out.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I clone the repo, install dependencies and when I try to build, I get an error:
UnhandledPromiseRejectionWarning: TypeError: comp.fileDependencies.push is not a function at ReloadPlugin.generate (C:\Users\user\Desktop\Counter-for-Messenger-master\node_modules\wcer\build\index.js:209:31) at compiler.plugin (C:\Users\user\Desktop\Counter-for-Messenger-master\node_modules\wcer\build\index.js:222:54) at _next3 (eval at create (C:\Users\user\Desktop\Counter-for-Messenger-master\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:53:1) at _err3 (eval at create (C:\Users\user\Desktop\Counter-for-Messenger-master\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:69:1) at Promise.all.catch.then (C:\Users\user\Desktop\Counter-for-Messenger-master\node_modules\copy-webpack-plugin\dist\index.js:91:9) (node:50980) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
I'd really like to try and contribute, maybe add some features, but I cannot figure this out.
The text was updated successfully, but these errors were encountered: