-
Notifications
You must be signed in to change notification settings - Fork 2
/
yarn-error.log
60 lines (51 loc) · 1.83 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
Arguments:
/home/wanderson/.nvm/versions/node/v9.6.1/bin/node /home/wanderson/.nvm/versions/node/v9.6.1/bin/yarn build
PATH:
/home/wanderson/.nvm/versions/node/v9.6.1/bin:/home/wanderson/bin:/home/wanderson/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
Yarn version:
1.5.1
Node version:
9.6.1
Platform:
linux x64
npm manifest:
{
"name": "number-locale-string",
"version": "0.1.3",
"description": "Imprementation of Number.toLocaleString() to Node",
"main": "lib/index.js",
"scripts": {
"build": "babel src -d lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wandersoncs/number-to-locale-string.git"
},
"author": "wanderson <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/wandersoncs/number-to-locale-string/issues"
},
"homepage": "https://github.com/wandersoncs/number-to-locale-string#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1"
}
}
yarn manifest:
No manifest
Lockfile:
No lockfile
Trace:
Error: Command failed.
Exit code: 1
Command: sh
Arguments: -c babel src -d lib
Directory: /home/wanderson/Documents/Projetos/number-locale-string
Output:
at ProcessTermError.MessageError (/home/wanderson/.nvm/versions/node/v9.6.1/lib/node_modules/yarn/lib/cli.js:186:110)
at new ProcessTermError (/home/wanderson/.nvm/versions/node/v9.6.1/lib/node_modules/yarn/lib/cli.js:226:113)
at ChildProcess.<anonymous> (/home/wanderson/.nvm/versions/node/v9.6.1/lib/node_modules/yarn/lib/cli.js:30281:17)
at ChildProcess.emit (events.js:127:13)
at maybeClose (internal/child_process.js:933:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:220:5)