-
Notifications
You must be signed in to change notification settings - Fork 199
Open
Description
I am just starting on trying to use act. However on cloning the repo and running act on a windows machine I get the following error
Cannot find module '/github/workspace/\actions\actions-setup-node@v1\dist\index.js'
Full error log here
[CI/test] � docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
[CI/test] � docker cp src=C:\code\github-actions-demo/. dst=\github\workspace
[CI/test] ⭐ Run actions/checkout@v2
[CI/test] ✅ Success - actions/checkout@v2
[CI/test] ⭐ Run actions/setup-node@v1
[CI/test] ☁ git clone 'https://github.com/actions/setup-node' # ref=v1
[CI/test] � docker cp src=C:\Users\vikram.nadig\.cache\act/actions-setup-node@v1 dst=/actions\
| internal/modules/cjs/loader.js:628
| throw err;
| ^
|
| Error: Cannot find module '/github/workspace/\actions\actions-setup-node@v1\dist\index.js'
| at Function.Module._resolveFilename (internal/modules/cjs/loader.js:625:15)
| at Function.Module._load (internal/modules/cjs/loader.js:527:27)
| at Function.Module.runMain (internal/modules/cjs/loader.js:839:10)
| at internal/main/run_main_module.js:17:11 {
| code: 'MODULE_NOT_FOUND',
| requireStack: []
| }
[CI/test] ❌ Failure - actions/setup-node@v1
Error: exit with `FAILURE`: 1
Is there something i am missing ?
allanhvam and Dlcowjd7252
Metadata
Metadata
Assignees
Labels
No labels