-
Notifications
You must be signed in to change notification settings - Fork 21
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
webpack doesn't find transitive dependencies #58
Comments
I'm not too familiar with |
Webpack somewhere in its dep tree, tries to require |
Oh, sorry, I missed it in I hope I'll find the time soon to implement this feature, as it is really holding For now, I'd recommend to try to get your use case to work with nix-community/yarn2nix or node2nix possibly. |
global_modules
npm package missing
Ah, ok, for now I'll just use the prebuilt docker containers (I wanted to package Concourse for Nix, so that I could build a container image from it, but I really need to get this CI/CD system working soon). I'll come back to this later. Thanks for the help! :) |
Hi, I'm trying to build ConcourseCI with Nix, specifically the frontend, which is written in Node and packages with Webpack. I'm currently struggling with actually using webpack to build the thing,
I think that's what I need but, webpack can't find the
global-modules
package, the otheryarn2nix
over onnix-community
does, i think, include it automatically, but I don't know why. I'm not a Node dev, so I'm just trying to force Concourse to build. Oh and if someone decides to try to buildConcourseCI
, you'll need this patch. Am I doing something wrong, or should theglobal_modules
be either included automatically byyarn2nix
or should it be in concourse's repo. Thanks in advance!The text was updated successfully, but these errors were encountered: