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

Request for assistance: Issue installing NPM package for star tracker #6

Closed
DavidErvin-FS-1 opened this issue Feb 22, 2024 · 1 comment
Assignees

Comments

@DavidErvin-FS-1
Copy link

Issue Description

When attempting to install the npm package @jworkman-fs/wdv-cli I am encounter an error in terminal. Screenshots provied below for reference.

Screenshots

Screenshot 2024-02-22 at 11 52 33 AM Screenshot 2024-02-22 at 11 52 45 AM

Any Other Notes

I did see this issue on the GitHub repository for the package, but it did not seem to be the same issue I am encountering. Also this issue was running it in the node container. I am running it in a new terminal window on my local machine.

Steps taken:

  1. Open a new terminal application window.
  2. Run the command npm install -g @jworkman-fs/wdv-cli
@jworkman
Copy link
Owner

So this error seems to happen when students are running NodeJS v20 or higher. Please roll back to the latest v18 LTS.

nvm install v18.19.1
nvm use v18.19.1
nvm alias default v18.19.1
npm install -g @jworkman-fs/wdv-cli

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

2 participants