Not able to find node12
See original GitHub issueDescribe the bug
While Running Runner.client
, following error is thrown
OCI runtime exec failed: exec failed: container_linux.go:380: starting container process caused: exec: "/__e/linux/amd64/node12/bin/node": stat /__e/linux/amd64/node12/bin/node: no such file or directory: unknown
To Reproduce Steps to reproduce the behavior:
- Go to <repo root>
- Run ‘Runner.client’
- See error
Expected behavior To complete the run successfully
Runner Version and Platform
Version of your runner? 3.2.1
OS of the machine running the runner? OSX/Windows/Linux/… OSX
What’s not working?
OCI runtime exec failed: exec failed: container_linux.go:380: starting container process caused: exec: "/__e/linux/amd64/node12/bin/node": stat /__e/linux/amd64/node12/bin/node: no such file or directory: unknown
Job Log Output
Runner and Worker’s Diagnostic Logs
github action
name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Issue Analytics
- State:
- Created 2 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
Install node 12 on macOS - npm
I want to install node 12 on my macOS. I tried brew. brew install node@12 prints this error, Error: node@12 has been disabled...
Read more >Where is Node.js installed? Why can't I see /usr/local/bin ...
I was looking in the wrong directory. Here is the explanation. usr/local/bin/. is not the same as /usr/local/bin/. The wrong one:
Read more >Installing a custom version of NVM and Node.js
Overview This article walks you through installing Node.js using Node Version Manager (nvm) on a Shared, VPS or Dedicated Server. ...
Read more >Community support for Node 12 LTS is ending on 30 April ...
On 30 April 2022, extended support for Node 12 LTS will end. After that date, your applications that are hosted on App Service...
Read more >How do I downgrade node or install a specific previous ...
These days if you want to install a different version of node you do it this way: First search for your desired package:...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I updated the ReadMe to reflect your issue. The official runner blocks docker on macOS runners, therefore this limitation is only relevant for this fork.
Uses in Composite Actions Ready for Experiments 😃 in 3.2.2
I will close this issue. Guess it will be worthwhile to capture that the installation directory needs to be accessible to
docker file sharing
in readme.Thank you very much for this great time-saving project.