Issue when I was run code #498
Replies: 2 comments 1 reply
-
Got better results running from WSL Ubuntu |
Beta Was this translation helpful? Give feedback.
-
@jrocha @ghostnumber7 @jimnys-8 @ButzYung npm ERR! code 1 npm ERR! A complete log of this run can be found in: |
Beta Was this translation helpful? Give feedback.
-
dear colleagues
Have a good day .
When I was run this code after download on github I have an error after run this command on cmd :
npm install --dev
D:\human>npm install --dev
npm warn config dev Please use --include=dev instead.
npm warn using --force Recommended protections disabled.
npm warn deprecated [email protected]: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm warn deprecated [email protected]: This package is no longer supported.
npm warn deprecated [email protected]: Rimraf versions prior to v4 are no longer supported
npm warn deprecated [email protected]: Rimraf versions prior to v4 are no longer supported
npm warn deprecated [email protected]: Rimraf versions prior to v4 are no longer supported
npm warn deprecated [email protected]: Rimraf versions prior to v4 are no longer supported
npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
npm warn deprecated [email protected]: This package is no longer supported.
npm warn deprecated [email protected]: This package is no longer supported.
npm warn deprecated @humanwhocodes/[email protected]: Use @eslint/object-schema instead
npm warn deprecated @humanwhocodes/[email protected]: Use @eslint/config-array instead
npm warn deprecated [email protected]: This version is no longer supported. Please see https://eslint.org/version-support for other options.
npm warn cleanup Failed to remove some directories [
npm warn cleanup [
npm warn cleanup 'D:\human\node_modules\canvas',
npm warn cleanup [Error: EBUSY: resource busy or locked, rmdir 'D:\human\node_modules\canvas'] {
npm warn cleanup errno: -4082,
npm warn cleanup code: 'EBUSY',
npm warn cleanup syscall: 'rmdir',
npm warn cleanup path: 'D:\human\node_modules\canvas'
npm warn cleanup }
npm warn cleanup ],
npm warn cleanup [
npm warn cleanup 'D:\human\node_modules',
npm warn cleanup [Error: EBUSY: resource busy or locked, rmdir 'D:\human\node_modules\canvas'] {
npm warn cleanup errno: -4082,
npm warn cleanup code: 'EBUSY',
npm warn cleanup syscall: 'rmdir',
npm warn cleanup path: 'D:\human\node_modules\canvas'
npm warn cleanup }
npm warn cleanup ],
npm warn cleanup [
npm warn cleanup 'D:\human\node_modules\@tensorflow',
npm warn cleanup [Error: EPERM: operation not permitted, rmdir 'D:\human\node_modules@tensorflow\tfjs-backend-webgl'] {
npm warn cleanup errno: -4048,
npm warn cleanup code: 'EPERM',
npm warn cleanup syscall: 'rmdir',
npm warn cleanup path: 'D:\human\node_modules\@tensorflow\tfjs-backend-webgl'
npm warn cleanup }
npm warn cleanup ],
npm warn cleanup [
npm warn cleanup 'D:\human\node_modules\@microsoft',
npm warn cleanup [Error: EPERM: operation not permitted, rmdir 'D:\human\node_modules@microsoft\tsdoc-config'] {
npm warn cleanup errno: -4048,
npm warn cleanup code: 'EPERM',
npm warn cleanup syscall: 'rmdir',
npm warn cleanup path: 'D:\human\node_modules\@microsoft\tsdoc-config'
npm warn cleanup }
npm warn cleanup ]
npm warn cleanup ]
npm error code 1
npm error path D:\human\node_modules@tensorflow\tfjs-node
npm error command failed
npm error command C:\Windows\system32\cmd.exe /d /s /c node scripts/install.js
npm error CPU-windows-4.21.0.zip
npm error https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-cpu-windows-x86_64-2.9.1.zip
npm error * Downloading libtensorflow
npm error
npm error D:\human\node_modules\adm-zip\util\errors.js:56
npm error return new Error('ADM-ZIP: ' + message);
npm error ^
npm error
npm error Error: ADM-ZIP: Invalid or unsupported zip format. No END header found
npm error at Object.INVALID_FORMAT (D:\human\node_modules\adm-
If you can help me to solve this issue or what command I must run it to run this code and thanks you for your time.
Best regards.
Beta Was this translation helpful? Give feedback.
All reactions