Can't install glslEditor from error - it throws an error:
C:\WINDOWS\system32>npm install glslEditor --save
npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated
npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
npm WARN deprecated chokidar@1.7.0: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated
npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
npm WARN deprecated circular-json@0.3.3: CircularJSON is in maintenance only, flatted is its successor.
npm WARN deprecated document-register-element@1.14.10: V0 is gone and the best V1 polyfill is now @ungap/custom-elements
npm WARN deprecated core-js@1.2.7: core-js@<3.4 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js.
npm ERR! code 1
npm ERR! path C:\WINDOWS\system32\node_modules\glslEditor
npm ERR! command failed
npm ERR! command C:\WINDOWS\system32\cmd.exe /d /s /c ln -nsf ../src/js node_modules/app
npm ERR! 'ln' is not recognized as an internal or external command,
npm ERR! operable program or batch file.
log from log file:
2226 info run glslEditor@0.0.22 postinstall node_modules/glslEditor ln -nsf ../src/js node_modules/app
2227 info run glslEditor@0.0.22 postinstall { code: 1, signal: null }
2228 timing reify:rollback:createSparse Completed in 1391ms
2229 timing reify:rollback:retireShallow Completed in 0ms
2230 timing command:install Completed in 7879ms
2231 verbose stack Error: command failed
2231 verbose stack at ChildProcess.<anonymous> (C:\Program Files\nodejs\node_modules\npm\node_modules\@npmcli\promise-spawn\index.js:64:27)
2231 verbose stack at ChildProcess.emit (node:events:520:28)
2231 verbose stack at maybeClose (node:internal/child_process:1092:16)
2231 verbose stack at Process.ChildProcess._handle.onexit (node:internal/child_process:302:5)
2232 verbose pkgid glslEditor@0.0.22
2233 verbose cwd C:\WINDOWS\system32
2234 verbose Windows_NT 10.0.19044
2235 verbose argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "glslEditor" "--save"
2236 verbose node v16.14.0
2237 verbose npm v8.3.1
2238 error code 1
2239 error path C:\WINDOWS\system32\node_modules\glslEditor
2240 error command failed
2241 error command C:\WINDOWS\system32\cmd.exe /d /s /c ln -nsf ../src/js node_modules/app
2242 error 'ln' is not recognized as an internal or external command,
2242 error operable program or batch file.
2243 verbose exit 1
Can't install glslEditor from error - it throws an error:
log from log file: