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

An unexpected error occurred: ENOENT: no such file or directory #8785

Open
hymair opened this issue Feb 15, 2022 · 0 comments
Open

An unexpected error occurred: ENOENT: no such file or directory #8785

hymair opened this issue Feb 15, 2022 · 0 comments

Comments

@hymair
Copy link

hymair commented Feb 15, 2022

An unexpected error occurred: "ENOENT: no such file or directory, copyfile 'C:\\Users\\<USER>\\AppData\\Local\\Yarn\\Cache\\v6\\npm-ignore-4.0.6-750e3db5862087b4737ebac8207ffd1ef27b25fc-integrity\\node_modules\\ignore\\CHANGELOG.md' -> '<PROJECT>\\node_modules\\@eslint\\eslintrc\\node_modules\\ignore\\CHANGELOG.md'".

yarn-error.log Arguments: C:\Program Files\nodejs\node.exe C:\Program Files\nodejs\node_modules\yarn\bin\yarn.js

PATH:
C:\Users\i\Cmder\bin;C:\Users\i\Cmder\vendor\bin;C:\Users\i\Cmder\vendor\conemu-maximus5\ConEmu\Scripts;C:\Users\i\Cmder\vendor\conemu-maximus5;C:\Users\i\Cmder\vendor\conemu-maximus5\ConEmu;C:\Python39\Scripts;C:\Python39;C:\Program Files\Java\jdk-15.0.1\bin;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Python38\Scripts;C:\Python38;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\WINDOWS\System32\OpenSSH;C:\ProgramData\chocolatey\bin;C:\Program Files\Go\bin;C:\Program Files\Docker\Docker\resources\bin;C:\ProgramData\DockerDesktop\version-bin;C:\Program Files\Git\cmd;C:\Users\i\AppData\Roaming\nvm;C:\Program Files\nodejs;C:\Users\i.windows-build-tools\python27;C:\Users\i\scoop\shims;C:\Users\i\AppData\Local\Microsoft\WindowsApps;C:\Users\i\AppData\Local\Programs\Microsoft VS Code\bin;C:\Program Files\JetBrains\PyCharm Community Edition 2020.1\bin;C:\Users\i\AppData\Local\hyper\app-3.0.2\resources\bin;C:\Users\i\AppData\Local\Yarn\bin;C:\Users\i\AppData\Local\gitkraken\bin;C:\Users\i\AppData\Local\Microsoft\WindowsApps;D:\download\yt;C:\Program Files\heroku\bin;C:\Users\i\go\bin;C:\Users\i\AppData\Roaming\nvm;C:\Program Files\nodejs;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Users\i\Cmder

Yarn version:
1.22.17

Node version:
14.19.0

Platform:
win32 x64

Trace:
Error: ENOENT: no such file or directory, copyfile 'C:\Users\i\AppData\Local\Yarn\Cache\v6\npm-ignore-4.0.6-750e3db5862087b4737ebac8207ffd1ef27b25fc-integrity\node_modules\ignore\CHANGELOG.md' -> 'D:\code\ifirma\backend\node_modules@eslint\eslintrc\node_modules\ignore\CHANGELOG.md'

npm manifest:
{
"name": "backend",
"version": "0.0.0",
"description": "ifirma.bg - Backend",
"author": "Iliyan Iliev",
"private": true,
"scripts": {
"prebuild": "rimraf dist",
"build": "nest build",
"format": "prettier --write "src//*.ts" "test//.ts"",
"dev": "nest start --watch",
"dev:debug": "nest start --debug --watch",
"start": "nest start",
"start:prod": "node dist/main",
"lint": "eslint "{src,apps,libs,test}/**/
.ts" --fix",
"migrate:dev": "prisma migrate dev --preview-feature",
"migrate:dev:create": "prisma migrate dev --create-only --preview-feature",
"migrate:reset": "prisma migrate reset --preview-feature",
"migrate:deploy": "npx prisma migrate deploy --preview-feature",
"migrate:status": "npx prisma migrate status --preview-feature",
"migrate:resolve": "npx prisma migrate resolve --preview-feature",
"prisma:studio": "npx prisma studio",
"prisma:generate": "npx prisma generate",
"prisma:generate:watch": "npx prisma generate --watch",
"test": "jest",
"test:watch": "jest --watch",
"test:cov": "jest --coverage",
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
"test:e2e": "jest --config ./test/jest-e2e.json",
"start:db": "npm run migrate:up && npm run prisma:generate && npm run seed",
"seed": "prisma db seed",
"postinstall": "npm run prisma:generate",
"docker:migrate": "docker-compose -f docker-compose.migrate.yml up -d",
"docker:db": "docker-compose -f docker-compose.db.yml up -d",
"docker:seed": "docker exec -it nest-api npm run seed",
"docker": "docker-compose up -d",
"docker:build": "docker-compose build"
},
"dependencies": {
"@devoxa/prisma-relay-cursor-connection": "^2.1.0",
"@nestjs/apollo": "^10.0.2",
"@nestjs/common": "^8.2.6",
"@nestjs/config": "^1.1.6",
"@nestjs/core": "^8.2.6",
"@nestjs/graphql": "^10.0.2",
"@nestjs/jwt": "^8.0.0",
"@nestjs/passport": "^8.1.0",
"@nestjs/platform-express": "^8.2.6",
"@nestjs/swagger": "^5.2.0",
"@prisma/client": "^3.9.2",
"apollo-server-express": "^3.6.3",
"bcrypt": "^5.0.1",
"class-transformer": "^0.5.1",
"class-validator": "^0.13.2",
"graphql": "^15.8.0",
"graphql-config": "^4.1.0",
"graphql-scalars": "^1.14.1",
"graphql-subscriptions": "^1.2.1",
"nestjs-prisma": "^0.15.1",
"passport": "^0.5.2",
"passport-jwt": "^4.0.0",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"rxjs": "^7.5.4",
"swagger-ui-express": "^4.3.0"
},
"devDependencies": {
"@nestjs/cli": "^8.2.0",
"@nestjs/testing": "^8.2.6",
"@types/bcrypt": "^5.0.0",
"@types/chance": "^1.1.3",
"@types/express": "^4.17.13",
"@types/jest": "^27.4.0",
"@types/node": "^14.18.11",
"@types/supertest": "^2.0.11",
"@typescript-eslint/eslint-plugin": "^5.11.0",
"@typescript-eslint/parser": "^5.11.0",
"chance": "^1.1.8",
"eslint": "^8.8.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^27.5.1",
"prettier": "^2.5.1",
"prisma": "^3.9.2",
"prisma-dbml-generator": "^0.8.3",
"supertest": "^6.2.2",
"ts-jest": "^27.1.3",
"ts-loader": "^9.2.6",
"ts-node": "^10.5.0",
"tsconfig-paths": "^3.12.0",
"typescript": "^4.5.5"
},
"engines": {
"node": "14.x"
},
"jest": {
"moduleFileExtensions": [
"js",
"json",
"ts"
],
"rootDir": "src",
"testRegex": ".\.spec\.ts$",
"transform": {
"^.+\.(t|j)s$": "ts-jest"
},
"collectCoverageFrom": [
"**/
.(t|j)s"
],
"coverageDirectory": "../coverage",
"testEnvironment": "node"
},
"prisma": {
"seed": "ts-node prisma/seed.ts"
}
}

yarn manifest:
No manifest

Lockfile:
No lockfile

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

2 participants
@hymair and others