-
Notifications
You must be signed in to change notification settings - Fork 90
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
"cannot satisfy -package-id" error on startup #185
Comments
This is a problem from latest hie master, which re-introduced the |
And version |
Now I get this:
|
Got this in the log file:
|
How did you install? it looks like you are running an older version of |
I built it from sources accorcding to "Installation" guide. The interseting thing is when I try to mannualy start hie-wrapper in the project dir with the 🤔 |
I made a custom wrapper with this batch command: And it doesn't show any errors anymore, but it still doesn't work: not showing any hlint suggestions or hover tooltips. Here is the output I got from that: https://pastebin.com/fmnLk1jb |
I think the critical part of the log is
|
You mean the 'stty' part? Do you have any idea how to fix that? And I suppose the problem with the standard wrapper should also be fixed somehow? |
I found a 'stty' tool in the After that |
Ping @jneira, I think this may be a windows thing somehow. |
Hi! The stty thing is disturbing but it should not break the execution. Nevertheless there is a workaround to remove it from the output. |
You can use the vscode extension option @KeeVeeGames In fact i would use it to check if it fixes the issue. |
@jneira thank you for joining.
The output stops on the
lines and nothing changes no matter if I hover something, |
I tried the method with this When I first started vscode with wrapper bypass it was showing me the But after restart it starts working fine, showing me hlint suggections and hover tips, output also seems alright. I tried to restart vscode several times more but never got a |
@KeeVeeGames A new version of the extension |
It's fixed now, thank you. |
Creating new project with:
After opening VS Code, the error appears:
"cannot satisfy -package-id test-project-0.1.0.0-Cmv2I2cNFPDBukExjBMTyM\n (use -v for more information)"
Output when I try mannualy open HIE in the project folder: https://pastebin.com/QWYSpPkv
"Troubleshooting" section in the HIE and other issues with this error around here does not hellp.
Thanks.
The text was updated successfully, but these errors were encountered: