Skip to content
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

Remove node-pty dependency from @devcontainers/cli #8698

Closed
chrmarti opened this issue Jul 10, 2023 · 1 comment
Closed

Remove node-pty dependency from @devcontainers/cli #8698

chrmarti opened this issue Jul 10, 2023 · 1 comment
Assignees
Labels
containers Issue in vscode-remote containers on-testplan plan-item A plan item
Milestone

Comments

@chrmarti
Copy link
Contributor

No description provided.

@chrmarti chrmarti added containers Issue in vscode-remote containers plan-item A plan item labels Jul 10, 2023
@chrmarti chrmarti added this to the July 2023 milestone Jul 10, 2023
@chrmarti chrmarti self-assigned this Jul 10, 2023
@chrmarti
Copy link
Contributor Author

A possible follow-up would be to provide a script for installing the CLI using basic tools. POC (with an older version):

#!/bin/sh
set -e

mkdir devcontainers-cli
cd devcontainers-cli

wget -q -O- https://registry.npmjs.org/@devcontainers/cli/-/cli-0.49.0.tgz | tar xz
wget -q -O- https://nodejs.org/dist/v18.16.1/node-v18.16.1-darwin-arm64.tar.gz | tar xz --include node-v18.16.1-darwin-arm64/bin/node

./node-v18.16.1-darwin-arm64/bin/node ./package/devcontainer.js --help

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
containers Issue in vscode-remote containers on-testplan plan-item A plan item
Projects
None yet
Development

No branches or pull requests

1 participant