Installation warnings
npm WARN deprecated [email protected]: this library is no longer supported npm WARN deprecated [email protected]: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142
Expected behavior (i.e. solution)
no warnings
Version information
Nodejs:
18
Browser:
N/A
Brain.js:
last
How important is this (1-5)?
Other Comments
These warnings happen because BrainJS depends on gpu.js which uses an oudated version of gl.
(gl ^4.5.2 depends on node-gyp ^6.1.0 -> request ^2.88.0 -> outdated har-validator and uuid dependencies)
This is an ongoing issue: https://github.com/gpujs/gpu.js/issues/711
Has this been resolved? I'm still seeing the same error message
I just published a new version of GPU.js and brain.js that should resolve this.