Mustafa

Results 3 comments of Mustafa

I have a similar use case for this where I want to cache the cache generate by Nx so task outputs can be restored instead of running again. @akmjenkins's suggestions...

If you exclude `node_modules` from being processed by your bundling tool (e.g. Webpack) making an exception for `rifm` might help. It worked for us 🙂

After some debugging I think I found the source of the issue: I don't have a `FalloutLauncherSteam.exe` file as specified in https://github.com/rockerbacon/modorganizer2-linux-installer/blob/master/gamesinfo/fallout3_goty.sh#L2. Instead I have `Fallout3Launcher.exe`. Happy to raise a...