-
Notifications
You must be signed in to change notification settings - Fork 0
/
yarn-error.log
72 lines (64 loc) · 1.88 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
62
63
64
65
66
67
68
69
70
71
72
Arguments:
/Users/franck/.nvm/versions/node/v10.11.0/bin/node /usr/local/bin/yarn version
PATH:
/Users/franck/.nvm/versions/node/v10.11.0/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin
Yarn version:
1.1.0
Node version:
10.11.0
Platform:
darwin x64
npm manifest:
{
"name": "babylonjs-typescript-webpack-starter",
"version": "1.0.0",
"description": "Template for Webpack TypeScript and BabylonJS",
"main": "index.js",
"scripts": {
"build": "webpack",
"start": "webpack-dev-server --open"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/es6-shim": "^0.31.36",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.28.11",
"html-webpack-plugin": "^3.2.0",
"imports-loader": "^0.8.0",
"style-loader": "^0.20.3",
"ts-loader": "^4.2.0",
"typescript": "^2.8.1",
"webpack": "^4.5.0",
"webpack-cli": "^2.0.14",
"webpack-dev-server": "^3.1.3"
},
"dependencies": {
"babylonjs": "^3.2.0",
"babylonjs-gui": "^3.2.0",
"babylonjs-loaders": "^3.2.0",
"babylonjs-materials": "^3.2.0",
"cannon": "^0.6.2",
"earcut": "^2.1.3",
"oimo": "^1.0.9",
"rxjs": "^5.5.10"
}
}
yarn manifest:
No manifest
Lockfile:
No lockfile
Trace:
Error: canceled
at Interface.<anonymous> (/usr/local/lib/node_modules/yarn/lib/cli.js:119877:13)
at Interface.emit (events.js:182:13)
at Interface._ttyWrite (readline.js:783:16)
at ReadStream.onkeypress (readline.js:168:10)
at ReadStream.emit (events.js:182:13)
at emitKeys (internal/readline.js:424:14)
at emitKeys.next (<anonymous>)
at ReadStream.onData (readline.js:1022:36)
at ReadStream.emit (events.js:182:13)
at addChunk (_stream_readable.js:283:12)