Eirik Sletteberg

Results 153 comments of Eirik Sletteberg

It’s just a single file; I guess the easiest option is that you download it and commit it to your own repository?

What do the logs say? If there is x86 in the URL, it detects your system as 32-bit, even though it's 64 bit. What is `os.arch` set to in Java?...

[i386](https://en.wikipedia.org/wiki/Intel_80386) is from 1985 and is definitely a 32-bit processor. If your JDK determines i386 as arch, then it sounds like something is wrong with your JDK... did you install...

Yup, the architecture was initially only implemented to support Linux, MacOS and Windows, the most common operating systems that developers use. I don't own a raspberry pi, so it's hard...

@Teg79 Have you tried the latest version of the plugin? It's supposed to work with M1 by downloading the x64 version.

I suppose we could check for the existence of pnpm.cjs and then use that, otherwise fallback to pnpm.js. Feel free to open a PR.

It was part of the release, so something must be wrong I suppose.

> @eirslett Any chance this gets into a next release any time soon? It should be released in 1.12.1 I think. EDIT: well it is released, but as you can...

Your network connection was probably bad. Try deleting your .m2 folder and then try again?