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
hi, I just run into the same issue. To fix this you need to go to your package.json file and remove the "~" in front of
"tslint": "~6.1.0".
This way you're telling node that it's fine if it installs another version of tslint.
It might not be the most beautiful way to fix it but considering that it is not a core library of our application and that it is not going to make it into production we don't care much about security issues, right !?
Hello,
When cloning the project, and after downgrading to node 16 as directed in the repo, I receive this error and cannot run
npm install
on the cloned repoAny assistance would be appreciated.
The text was updated successfully, but these errors were encountered: