-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyarn-error.log
61 lines (53 loc) · 3.29 KB
/
yarn-error.log
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
56
57
58
59
60
61
Arguments:
E:\Program Files\nodejs\node.exe C:\Users\Kristian_2\AppData\Roaming\npm\node_modules\yarn\bin\yarn.js dev
PATH:
C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\GtkSharp\2.12\bin;C:\Program Files (x86)\Skype\Phone\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Users\Kristian_2\.dnx\bin;C:\Program Files\Microsoft DNX\Dnvm\;C:\Program Files\Microsoft SQL Server\120\Tools\Binn\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;C:\Program Files\dotnet\;C:\Program Files\Git\cmd;C:\xampp\php;C:\ProgramData\ComposerSetup\bin;C:\Program Files\PuTTY\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;E:\Program Files\nodejs\;E:\Program Files (x86)\Microsoft VS Code\bin;C:\Program Files (x86)\ZeroTier\One\;C:\RailsInstaller\Git\cmd;C:\RailsInstaller\Ruby2.3.3\bin;E:\Users\Kristian_2\Anaconda3;E:\Users\Kristian_2\Anaconda3\Library\mingw-w64\bin;E:\Users\Kristian_2\Anaconda3\Library\usr\bin;E:\Users\Kristian_2\Anaconda3\Library\bin;E:\Users\Kristian_2\Anaconda3\Scripts;C:\Users\Kristian_2\AppData\Local\Microsoft\WindowsApps;E:\Program Files (x86)\Microsoft VS Code\bin;C:\Users\Kristian_2\AppData\Local\GitHubDesktop\bin;C:\Users\Kristian_2\AppData\Local\Microsoft\WindowsApps;C:\Users\Kristian_2\AppData\Local\atom\bin;C:\Program Files\Heroku\bin;C:\Users\Kristian_2\AppData\Roaming\Composer\vendor\bin;C:\Users\Kristian_2\AppData\Roaming\npm;C:\Users\Kristian_2\AppData\Local\hyper\app-2.1.2\resources\bin
Yarn version:
1.5.1
Node version:
10.15.0
Platform:
win32 x64
npm manifest:
{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node server.js",
"build": "next build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@zeit/next-sass": "^1.0.1",
"axios": "^0.18.0",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"express": "^4.16.4",
"mongoose": "^5.5.7",
"next": "^8.1.0",
"node-sass": "^4.12.0",
"normalize-scss": "^7.0.1",
"react": "^16.8.6",
"react-dom": "^16.8.6"
}
}
yarn manifest:
No manifest
Lockfile:
No lockfile
Trace:
Error: Command "dev" not found.
at new MessageError (C:\Users\Kristian_2\AppData\Roaming\npm\node_modules\yarn\lib\cli.js:186:110)
at C:\Users\Kristian_2\AppData\Roaming\npm\node_modules\yarn\lib\cli.js:87307:17
at Generator.next (<anonymous>)
at step (C:\Users\Kristian_2\AppData\Roaming\npm\node_modules\yarn\lib\cli.js:98:30)
at C:\Users\Kristian_2\AppData\Roaming\npm\node_modules\yarn\lib\cli.js:116:14
at new Promise (<anonymous>)
at new F (C:\Users\Kristian_2\AppData\Roaming\npm\node_modules\yarn\lib\cli.js:23451:28)
at C:\Users\Kristian_2\AppData\Roaming\npm\node_modules\yarn\lib\cli.js:95:12
at runCommand (C:\Users\Kristian_2\AppData\Roaming\npm\node_modules\yarn\lib\cli.js:87312:22)
at Object.<anonymous> (C:\Users\Kristian_2\AppData\Roaming\npm\node_modules\yarn\lib\cli.js:87412:14)