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

Unable to npm i #54

Closed
benjamin-andersen opened this issue Feb 4, 2022 · 2 comments
Closed

Unable to npm i #54

benjamin-andersen opened this issue Feb 4, 2022 · 2 comments

Comments

@benjamin-andersen
Copy link

I cloned the project and ran npm i. I am on Ubuntu-20.04 with most up-to-date npm

image

@planttheidea
Copy link
Owner

This project uses yarn and not npm, so it may be trying to pull in different dependencies since there is no package-lock.json. I can look into this separately (because it should at minimum resolve installations), but in the meantime I would recommend using yarn.

@planttheidea
Copy link
Owner

I know you closed this, but just following up since I had a sec to give it a try.

I pulled down the latest (fresh git clone) and ran npm i and didn't have any issues on npm@6, but did get issues on npm@8. I had no issues on yarn, so hopefully that unblocks you.

I believe the issue is the use of tslint, which should be updated to ESLint + @typescript-eslint, since that is the source of the error (and frankly it should be done anyway, since tslint is a dead project). I'll create an issue for the migration.

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