mirror of
https://github.com/nektos/act.git
synced 2026-04-26 09:25:54 +03:00
[GH-ISSUE #331] MODULE_NOT_FOUND on Windows 10 with Linux Containers #232
Labels
No labels
area/action
area/cli
area/docs
area/image
area/runner
area/workflow
backlog
confirmed/not-planned
kind/bug
kind/discussion
kind/external
kind/feature-request
kind/question
meta/duplicate
meta/invalid
meta/need-more-info
meta/resolved
meta/wontfix
meta/workaround
needs-work
pull-request
review/not-planned
size/M
size/XL
size/XXL
stale
stale-exempt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/act#232
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ColinM9991 on GitHub (Aug 4, 2020).
Original GitHub issue: https://github.com/nektos/act/issues/331
Copied from here
I am developing on a Windows environment and building in a Linux container for docker, this is what I receive when running
act.act has been installed via Chocolatey, and also directly from the latest release.
@archon810 commented on GitHub (Aug 9, 2020):
Same problem here.
@franTarkenton commented on GitHub (Aug 20, 2020):
Ditto:
@franTarkenton commented on GitHub (Aug 20, 2020):
This issue went away for me when I commented out the
refproperty in the checkout step:@timheuer commented on GitHub (Aug 20, 2020):
Does not resolve for me:
@cdelgadob commented on GitHub (Aug 24, 2020):
I'm trying to launch the Azure Login sample, with this definition:
But I get the MODULE_NOT_FOUND error:
I'm using Windows 10, and the WSL is version 2:
@matfax commented on GitHub (Aug 24, 2020):
It might be a path related issue.
docker cp src=act/arbitrary-linux-image@master dst=/actions\Here, the dst will be run in a Linux environment. Linux might confuse the
\at the end.@cdelgadob commented on GitHub (Aug 24, 2020):
That's what I think as well, because when I run
actin the same machinebut from Linux, it works.
This line doesn't look good neither:
/github/workspace/\actions\azure-login@v1.1\lib\main.js@timheuer commented on GitHub (Aug 24, 2020):
Agreed, need to convert posix paths
@akhilmhdh commented on GitHub (Sep 6, 2020):
Hey guys, will this be fixed soon, or is there any work around to this in win 10. Stuck on this for a while : (
@matfax commented on GitHub (Sep 13, 2020):
The workaround is using Ubuntu 20+WSL2 on Win 10, installing Docker, enabling WSL2 for docker, enabling WSL2 integration in docker to Ubuntu 20, and then using act from the Ubuntu environment.