John Carlson
John Carlson
I am having difficulty building my repos without a good jsonlint, please fix quickly. Thanks! Simple package.json which will reveal the problem with npm install ```json $ cat package.json {...
https://github.com/zaach/jsonlint/pull/120
Here’s an example of X3D CPPON: I’m looking for similar C++ API for USD a glTF, so I can convert glTF to “apps”. https://github.com/coderextreme/CPPON/blob/main/cplusplus/net/coderextreme/data/rubik.h thanks
node lib/nodeJavaBridge.js in the node-java folder hangs. I can't seem to revert to 0.12.1. Help! John
I'm on Kubuntu 20.10 and I tried removing python. Oops. John
Reinstalling packages that were removed did not fix hanging problems. $ node nodeJavaBridge.js hangs
This program shows the hanging problem: ```js 'use strict'; process.env.PATH += require('../build/jvm_dll_path.json'); var path = require('path'); var binaryPath = null; if (!binaryPath) { binaryPath = path.resolve(path.join(__dirname, "../build/Release/nodejavabridge_bindings.node")); } var bindings...
Was able to successfully revert to 0.12.1, but there are vulnerabilities.
I just narrowed it down a bit. I could have provided similar code. See title of mail or issue. On Tue, Jul 27, 2021 at 10:45 AM ityuki ***@***.***> wrote:...
I just want to be notified when a fix is in place. Perhaps I should upgrade to Node.js 16? I'm not really sure of compatibility. John On 7/27/21 9:07 PM,...