Support #1135
kalaivanisubrayalu
started this conversation in
General
Support
#1135
Replies: 1 comment
-
Hey, I would suggest to try with a newer verison of eslint, like 9.x ? (If you check the URL of eslint you see that all other Otherwise you could try to use Docker-Compose : https://docs.planka.cloud/docs/installation/docker/production-version . And you could post this log , for further analyse: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
looking for run it in local as a standalone application as using npm install but facing some issues like
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 'C:\Users\IP0023\Downloads\planka-master\planka-master\client\node_modules\esbuild',
npm warn cleanup [Error: EBUSY: resource busy or locked, rmdir 'C:\Users\IP0023\Downloads\planka-master\planka-master\client\node_modules\esbuild'] {
npm warn cleanup errno: -4082,
npm warn cleanup code: 'EBUSY',
npm warn cleanup syscall: 'rmdir',
npm warn cleanup path: 'C:\Users\IP0023\Downloads\planka-master\planka-master\client\node_modules\esbuild'
npm warn cleanup }
npm warn cleanup ],
npm warn cleanup [
npm warn cleanup 'C:\Users\IP0023\Downloads\planka-master\planka-master\client\node_modules',
npm warn cleanup [Error: EBUSY: resource busy or locked, rmdir 'C:\Users\IP0023\Downloads\planka-master\planka-master\client\node_modules\esbuild'] {
npm warn cleanup errno: -4082,
npm warn cleanup code: 'EBUSY',
npm warn cleanup syscall: 'rmdir',
npm warn cleanup path: 'C:\Users\IP0023\Downloads\planka-master\planka-master\client\node_modules\esbuild'
npm warn cleanup }
npm warn cleanup ],
npm warn cleanup [
npm warn cleanup 'C:\Users\IP0023\Downloads\planka-master\planka-master\client\node_modules\@gravity-ui',
npm warn cleanup [Error: EPERM: operation not permitted, rmdir 'C:\Users\IP0023\Downloads\planka-master\planka-master\client\node_modules@gravity-ui\markdown-editor\build\cjs\extensions\yfm\ImgSize\plugins'] {
npm warn cleanup errno: -4048,
npm warn cleanup code: 'EPERM',
npm warn cleanup syscall: 'rmdir',
npm warn cleanup path: 'C:\Users\IP0023\Downloads\planka-master\planka-master\client\node_modules\@gravity-ui\markdown-editor\build\cjs\extensions\yfm\ImgSize\plugins'
npm warn cleanup }
npm warn cleanup ]
npm warn cleanup ]
npm error code 1
npm error path C:\Users\IP0023\Downloads\planka-master\planka-master\client\node_modules@diplodoc\transform
npm error command failed
npm error command C:\WINDOWS\system32\cmd.exe /d /s /c cd playground && npm ci --ignore-scripts || true
npm error The system cannot find the path specified.
npm error 'true' is not recognized as an internal or external command,
npm error operable program or batch file.
npm error A complete log of this run can be found in: C:\Users\IP0023\AppData\Local\npm-cache_logs\2025-05-16T11_50_19_223Z-debug-0.log
Beta Was this translation helpful? Give feedback.
All reactions