-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Build Error: Go: go.mod file not found & NPM: Unsupport Engine #4257
Comments
After testing, the low version of NPM that comes with Ubuntu 22.04 doesn't seem to affect usage. |
similar GO bug here
|
@Yuanhao-JIANG It is gopls related, but not similar. You need to check out the latest ycmd. Try
|
Thanks, that works. I am using vim plug for that, do I leave it like that and update as usual next time though VimPlug, or I run this command next time manually when we have an update? |
@Yuanhao-JIANG Now that #4259 has been merged, you will be able to update normally. The pull request simply did the same thing you did manualy with the git submodule command. |
I built YCM two years ago on my new laptop(Ubuntu 22.04) and it works fine.
Today, I try to build YCM on a VPS(Ubuntu 22.04) but something wrong.
I want to build go , ts and mono completer, but only mono compiles successfully.
I've looked up issues and installation guides, as well as the detailed compilation guide, but there's not much information that solves the problem.
System and software info:
While I trying to compile go:
What's more, if just compile TypeScript completer, will get the "Unsupported Engine" warnning message.
YCM log:
Full log with
--verbose
:Full-log--verbose.txt
The text was updated successfully, but these errors were encountered: