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

Project initialization,Dependency problem,[email protected]: Glob versions prior to v9 are no longer supported #514

Open
Paulssz opened this issue Sep 14, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@Paulssz
Copy link

Paulssz commented Sep 14, 2024

 npm i
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]: Glob versions prior to v9 are no longer supported
npm warn cleanup Failed to remove some directories [
npm warn cleanup [
npm warn cleanup 'D:\project\electron-vite-project\node_modules',
npm warn cleanup [Error: EPERM: operation not permitted, rmdir 'D:\project\electron-vite-project\node_modules@isaacs\cliui'] {
npm warn cleanup errno: -4048,
npm warn cleanup code: 'EPERM',
npm warn cleanup syscall: 'rmdir',
npm warn cleanup path: 'D:\project\electron-vite-project\node_modules\@isaacs\cliui'
npm warn cleanup }
npm warn cleanup ]
npm warn cleanup ]
npm error code 1
npm error path D:\project\electron-vite-project\node_modules\electron
npm error command failed
npm error command C:\Windows\system32\cmd.exe /d /s /c node install.js
npm error RequestError: connect ETIMEDOUT 20.205.243.166:443
npm error at ClientRequest. (D:\project\electron-vite-project\node_modules\got\dist\source\core\index.js:970:111)
npm error at Object.onceWrapper (node:events:633:26)
npm error at ClientRequest.emit (node:events:530:35)
npm error at origin.emit (D:\project\electron-vite-project\node_modules@szmarczak\http-timer\dist\source\index.js:43:20)
npm error at TLSSocket.socketErrorListener (node:_http_client:495:9)
npm error at TLSSocket.emit (node:events:518:28)
npm error at emitErrorNT (node:internal/streams/destroy:169:8)
npm error at emitErrorCloseNT (node:internal/streams/destroy:128:3)
npm error at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
npm error at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1595:16)
npm error A complete log of this run can be found in: C:\Program Files\nodejs\node_cache_logs\2024-09-14T09_47_36_283Z-debug-0.log

@Paulssz Paulssz added the bug Something isn't working label Sep 14, 2024
@JXDS18FUJT
Copy link

check you node version maybe cant fix electron

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants