-
Notifications
You must be signed in to change notification settings - Fork 3
/
yarn-error.log
58 lines (50 loc) · 3.86 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
Arguments:
C:\Program Files\nodejs\node.exe C:\Program Files (x86)\Yarn\bin\yarn.js start
PATH:
C:\Program Files\Microsoft MPI\Bin\;C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Git\cmd;C:\Program Files\nodejs\;C:\HashiCorp\Vagrant\bin;C:\xampp\php;C:\ProgramData\ComposerSetup\bin;C:\Program Files (x86)\Yarn\bin\;C:\Program Files\Amazon\AWSCLI\;C:\Users\austi\AppData\Local\Programs\Python\Python36\Scripts\;C:\Users\austi\AppData\Local\Programs\Python\Python36\;C:\WINDOWS\System32\OpenSSH\;C:\Users\austi\Documents\maven\apache-maven-3.5.3\bin;%MAVEN_HOME%\bin;C:\Program Files\Java\jdk1.8.0_162\bin;C:\Program Files\dotnet\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Users\austi\AppData\Local\Programs\Python\Python36\Scripts\;C:\Users\austi\AppData\Local\Programs\Python\Python36\;C:\Users\austi\AppData\Local\Microsoft\WindowsApps;C:\Users\austi\AppData\Roaming\npm;C:\Program Files\Microsoft VS Code\bin;C:\Users\austi\AppData\Roaming\Composer\vendor\bin;C:\Grade\gradle-4.6-all\gradle-4.6\bin;C:\Maven\apache-maven-3.5.3-bin\apache-maven-3.5.3\bin;C:\xampp\mysql\bin;C:\Users\austi\AppData\Local\Yarn\bin;C:\Users\austi\AppData\Roaming\Python\Python36\Scripts\;
Yarn version:
1.5.1
Node version:
8.10.0
Platform:
win32 x64
npm manifest:
{
"private": true,
"scripts": {
"dev": "node node_modules/cross-env/bin/cross-env.js NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "node node_modules/cross-env/bin/cross-env.js NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch-poll": "node node_modules/cross-env/bin/cross-env.js NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --watch-poll --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"hot": "node node_modules/cross-env/bin/cross-env.js NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"production": "node node_modules/cross-env/bin/cross-env.js NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"devDependencies": {
"axios": "^0.15.3",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"bootstrap-sass": "^3.3.7",
"jquery": "^3.1.1",
"laravel-mix": "^0.8.1",
"lodash": "^4.17.4",
"vue": "^2.1.10"
},
"dependencies": {
"uuid": "^3.2.1"
}
}
yarn manifest:
No manifest
Lockfile:
No lockfile
Trace:
Error: Command "start" not found.
at new MessageError (C:\Program Files (x86)\Yarn\lib\cli.js:186:110)
at C:\Program Files (x86)\Yarn\lib\cli.js:87307:17
at Generator.next (<anonymous>)
at step (C:\Program Files (x86)\Yarn\lib\cli.js:98:30)
at C:\Program Files (x86)\Yarn\lib\cli.js:116:14
at new Promise (<anonymous>)
at new F (C:\Program Files (x86)\Yarn\lib\cli.js:23451:28)
at C:\Program Files (x86)\Yarn\lib\cli.js:95:12
at runCommand (C:\Program Files (x86)\Yarn\lib\cli.js:87312:22)
at Object.<anonymous> (C:\Program Files (x86)\Yarn\lib\cli.js:87412:14)