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

Installation troubles on Ubuntu Docker Image #212

Open
Kmtengo opened this issue Sep 4, 2024 · 0 comments
Open

Installation troubles on Ubuntu Docker Image #212

Kmtengo opened this issue Sep 4, 2024 · 0 comments

Comments

@Kmtengo
Copy link

Kmtengo commented Sep 4, 2024

Hi,

My name is Moses.
I have been working on a project to build a GitHub Action that utilizes the ts-migrate package to convert JS code to TS. Th action will automate the conversion process and I plan to publish it on the GitHub marketplace.

I have run into an issue where the package is failing to be installed in an Ubuntu Docker image which forms part of the Action despite the package installing fine on my PC using the npm install --save-dev ts-migrate command.
I keep on getting the error message Tracker "idealTree" already exists.

image

I have tried clearing the npm cache in the Docker image using the npm cache clean --force command and also ensured that I use the same npm and node versions as on my PC but the error keeps persisting.

Is this a bug or if not can you please help me sort the issue out. Here's the link to the project repo in-case you need some context on the issue.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant