gpt4 book ai didi

javascript - 如何修复 spawn ENAMETOOLONG 错误 nrwl nx 工作区

转载 作者:行者123 更新时间:2023-12-05 00:27:26 24 4
gpt4 key购买 nike

一周前,我使用 nrwl/nx 生成了一个 Angular 项目,当时我可以生成库和组件并可以启动我的项目,但现在我收到以下错误:

spawn ENAMETOOLONG
每当我尝试运行现在运行 nx serve 的 npm run start 时,就会发生此错误。 ng serve 也不起作用。我可以运行 npm install 但无法启动我的应用程序。如果您需要我可以提供的任何其他信息,这是我的 package.json:
{
"name": "moniesta-admin",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"postinstall": "node ./decorate-angular-cli.js && ngcc --properties es2015 browser module main",
"start": "nx serve",
"build": "nx build",
"test": "nx test"
},
"private": true,
"dependencies": {
"@angular/animations": "~13.2.0",
"@angular/cdk": "^13.0.0",
"@angular/common": "~13.2.0",
"@angular/compiler": "~13.2.0",
"@angular/core": "~13.2.0",
"@angular/forms": "~13.2.0",
"@angular/localize": "~13.2.0",
"@angular/material": "^13.2.2",
"@angular/platform-browser": "~13.2.0",
"@angular/platform-browser-dynamic": "~13.2.0",
"@angular/router": "~13.2.0",
"@nebular/auth": "^9.0.1",
"@nebular/eva-icons": "^9.0.1",
"@nebular/theme": "^9.0.1",
"@ng-bootstrap/ng-bootstrap": "^11.0.0",
"@nrwl/angular": "13.8.1",
"bootstrap": "^5.1.3",
"eva-icons": "^1.1.3",
"rxjs": "~7.4.0",
"tslib": "^2.0.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~13.2.0",
"@angular-eslint/eslint-plugin": "~13.0.1",
"@angular-eslint/eslint-plugin-template": "~13.0.1",
"@angular-eslint/template-parser": "~13.0.1",
"@angular/cli": "~13.2.0",
"@angular/compiler-cli": "~13.2.0",
"@angular/language-service": "~13.2.0",
"@nrwl/cli": "13.8.1",
"@nrwl/cypress": "13.8.1",
"@nrwl/eslint-plugin-nx": "13.8.1",
"@nrwl/jest": "13.8.1",
"@nrwl/linter": "13.8.1",
"@nrwl/tao": "13.8.1",
"@nrwl/workspace": "13.8.1",
"@schematics/angular": "~13.2.0",
"@types/jest": "27.0.2",
"@types/node": "16.11.7",
"@typescript-eslint/eslint-plugin": "~5.10.0",
"@typescript-eslint/parser": "~5.10.0",
"cypress": "^9.1.0",
"eslint": "~8.7.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"jest": "27.2.3",
"jest-preset-angular": "11.0.0",
"prettier": "^2.5.1",
"ts-jest": "27.0.5",
"typescript": "~4.5.2"
}
}
编辑:
当我使用 nx reset 并且之后再次使用 nx serve 时会发生这种情况:
   Log file with the error: C:\Users\Hasan\OneDrive\Desktop\Moniesta-Projects\Moniesta-Combinatioon\moniesta-management\moniesta-admin\node_modules\.cache\nx\d\daemon-error.log
Please file an issue at https://github.com/nrwl/nx
Nx Daemon is going to be disabled until you run "nx reset".
在守护进程日志中它只是说同样的错误:
 NX   spawn ENAMETOOLONG

最佳答案

当您有太多未提交的文件(根据我的经验,范围超过 700 个左右)时,通常会出现此错误。提交文件通常会解决问题。

关于javascript - 如何修复 spawn ENAMETOOLONG 错误 nrwl nx 工作区,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/71185967/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com