Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error during windows installation with np #66

Open
Andrej730 opened this issue Mar 4, 2022 · 0 comments
Open

Error during windows installation with np #66

Andrej730 opened this issue Mar 4, 2022 · 0 comments

Comments

@Andrej730
Copy link

Can't install glslEditor from error - it throws an error:

C:\WINDOWS\system32>npm install glslEditor --save
npm WARN deprecated [email protected]: See https://github.com/lydell/source-map-url#deprecated
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated [email protected]: Please see https://github.com/lydell/urix#deprecated
npm WARN deprecated [email protected]: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
npm WARN deprecated [email protected]: See https://github.com/lydell/source-map-resolve#deprecated
npm WARN deprecated [email protected]: https://github.com/lydell/resolve-url#deprecated
npm WARN deprecated [email protected]: CircularJSON is in maintenance only, flatted is its successor.
npm WARN deprecated [email protected]: V0 is gone and the best V1 polyfill is now @ungap/custom-elements
npm WARN deprecated [email protected]: 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 [email protected] postinstall node_modules/glslEditor ln -nsf ../src/js node_modules/app
2227 info run [email protected] 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 [email protected]
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant