You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
I cloned the project and ran
npm i
. I am on Ubuntu-20.04 with most up-to-datenpm
The text was updated successfully, but these errors were encountered: