-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'makeWebpackPkg' errored... Error in plugin 'webpack-stream', modules not found #4120
Comments
Hi @tornajoe Did you clear out your project's There were a number of package updates/changes between the various releases, and this problem sounds like it may just be some of those packages are missing and should clear up once everything is reinstalled. |
Hi @jsnellbaker, |
@tornajoe Thanks for the update and giving that suggestion a try. Can you share a copy of the |
Sure thing. @jsnellbaker
|
Hi @tornajoe Few notes in the interim:
The main issue though seems to be with the |
Good morning @jsnellbaker! DistrictM was confusing to me because on the prebid.org/download page, you can select both districtM and districtmDMX. But I also knew when I looked at the folder with the modules, only districtmDMXBidAdapter showed up. So thank you for clarifying as to why that is. I've also corrected the just premium error. Thank you for you continued assistance into this and the Joe |
@jsnellbaker I read the pull request about this and made changes based off of that but the problem still persists (the same exact errors coming back). I tried again starting fresh, doing a I'll revisit this in a bit, but for right now, I was able to download off of prebid.org/download since the new partner I was trying to add is now available through there, and downloading from there has worked successfully. |
Hi @tornajoe Can you clarify - did you pull my PR directly or just replicate the changes on your end? In either case - did you also verify the node environment (at least 8.9) and reinstall the project dependencies? I've tried the build command with the list of modules you were using (both as a list in the build command and as a .json file), and it successfully creates the build for me with the changes in the PR. Please let me know. Thanks! |
Type of issue
Bug/build failure
Description
When I go to build a prebid.js file from mac terminal using
gulp build --modules=/path_to_file/pbModules.json
I get a very long error that starts with an error in the makeWebpackPkg and webpack-stream pluginsSteps to reproduce
The last time I used terminal to build prebid was 2018 when my download was version 1.25.
I typed
git pull
to update all the files and received 2.30 as the new version in the files.Then after typing the command
gulp build --modules=/path_to_file/pbModules.json
, that's when I get these errors.I also tried redownloading the files before I did
git pull
and this same thing happened.Platform details
2015 Macbook Pro, 10.14.5
Actual results
Here's only the start of the error output since a lot of it repeats and there's quite a lot of it. It mentions a number of modules are not found in directories that don't exist, nor that I see as downloadable on the git homepage for prebid.
The text was updated successfully, but these errors were encountered: