-
Notifications
You must be signed in to change notification settings - Fork 451
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
Could not resolve tree-sitter-typescript
#196
Comments
@gregberns: you might need to do a |
@robrix That didn't seem to help. It seemed like the package list was up to date because it didn't take very long to update. I'm going to try and re-run from within a docker container, maybe there's something with my machine.
|
@gregberns: It looks like you’re pulling from stackage, rather than hackage:
vs.
So this looks like cabal would need to be (re-)configured to use hackage. |
@robrix thanks for the suggestion, it was a cabal issue. I kept on getting this error:
These instructions suggested deleting the
Only thing was the build failed when creating the docs:
|
@gregberns Thanks a lot, this was after long search the first solution which resolved this errorneous behaviour. Now I finally can work on! Why is there only this hidden workaround? |
@peddanet tbh I have no idea how |
@robrix I suspect it may be installed from the Haskell Platform, or some FPComplete distribution, or perhaps an odd package manager. |
Just wanted to start playing around with the project and can't get it to build.
Installed
ghc
andcabal
withghcup
, so I should have the most recent version. Ran the commands in the dev docs and got a dependency issue. I'm running on a Mac andghci
starts up ok. I haven't worked withcabal
before so maybe theres something missing there? I've tried a couple things and this issue keeps cropping up. I saw two other similar issues, but didn't find a resolution there.The text was updated successfully, but these errors were encountered: