문제

I'm trying to install OpenFL in a windows system. I have already installed haxe but when I run haxelib install openfl in command prompt, haxelib returns Invalid operation(+). Any ideas about how can this problem be solved?

도움이 되었습니까?

해결책

The error message is most likely related to haxelib/neko trying to add two null strings.

I have encountered an issue before with Jenkins, since Jenkins removes HOMEDRIVE and HOMEPATH from the env-vars while doing a build. You may be encountering something similar.

Check and make sure HOMEDRIVE and HOMEPATH are set in your current shell, the re-try haxelib. If this does not work, we'll have to narrow down further.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top