-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathyarn-error.log
More file actions
55 lines (47 loc) · 1.75 KB
/
yarn-error.log
File metadata and controls
55 lines (47 loc) · 1.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Arguments:
C:\Program Files\nodejs\node.exe C:\Users\Sagar\AppData\Roaming\npm\node_modules\yarn\bin\yarn.js add -D @types/bcryptjs
PATH:
C:\Python310\Scripts\;C:\Python310\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;E:\ED2090 MATLAB Codes\bin;C:\Program Files\Git\cmd;C:\Program Files\dotnet\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\nodejs\;C:\ProgramData\chocolatey\bin;C:\Users\Sagar\AppData\Local\Microsoft\WindowsApps;C:\Users\Sagar\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\Sagar\AppData\Roaming\npm
Yarn version:
1.22.18
Node version:
16.15.0
Platform:
win32 x64
Trace:
Error: EPERM: operation not permitted, unlink 'C:\Users\Sagar\GraphQL-API\node_modules\sqlite3\lib\binding\node-v93-win32-x64\node_sqlite3.node'
npm manifest:
{
"name": "graphql-api",
"version": "0.0.1",
"devDependencies": {
"@types/express": "^4.17.2",
"@types/node": "^12.12.8",
"nodemon": "^2.0.16",
"ts-node": "8.5.2",
"typescript": "3.7.2"
},
"dependencies": {
"apollo-server-express": "^2.25.3",
"express": "^4.18.1",
"graphql": "^14.7.0",
"pg": "^7.13.0",
"reflect-metadata": "^0.1.13",
"sqlite3": "^4.1.0",
"type-graphql": "^0.17.6",
"typeorm": "^0.2.45"
},
"scripts": {
"start": "nodemon --exec ts-node src/index.ts",
"build": "tsc"
},
"main": "ormconfig.js",
"keywords": [],
"author": "",
"license": "ISC",
"description": ""
}
yarn manifest:
No manifest
Lockfile:
No lockfile