Dan McLaughlin
Dan McLaughlin
@machineboy2045 Something seems messed up with your angular-selectize v3.0.1 release on github. If we install using "npm install https://github.com/machineboy2045/angular-selectize.git#v3.0.1" the resulting package that gets installed into our npm_modules is v1.2.3....
@urbancamo @tuxBurner @mischah Are there any updates on getting a release done?
@philwebb Is there any workaround for this? This is blocking all of our development on MacOS/IntelliJ and Docker Desktop 4.14.0 (91374). I just noticed a new build and am installing...
@philwebb Looks like the latest build fixes it, now unix:///Users/USER/.docker/run/docker.sock is getting created again, but a new issue has shown up. Looks like -f was removed from the docker command...
The only workaround I've found is to initialize both install-node-and-npm and install-node-and-yarn, then use "npm run-script build" instead of "yarn run build".
@nblair I just downloaded 3.67.0. However, if you try to use JDK 11 and then uncomment out the section # additional vmoptions needed for Java9+ in nexus.vmoptions you will get...
@nblair I figured it out, looks like someone made a change to the nexus.vmoptions on your end and forgot to add the "=" to a number of the properties, once...
@nblair Here is the OOB nexus.vmoptions from the Linux/Unix distribution. You probably want to have your developers review it because not only are their missing "=", but the second line...
@nblair I grabbed the binaries earlier today and it was named nexus-3.67.0-03-unix.tar.gz, but it looks like someone just updated the downloads for UNIX and there is now a nexus-3.67.0-03-java11-unix.tar.gz. I'm...
@nblair nexus-3.67.0-03-java11-unix.tar.gz works, hopefully I was the only one that downloaded the bad version :)