-
Notifications
You must be signed in to change notification settings - Fork 2
/
yarn-error.log
76 lines (68 loc) · 2.17 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
73
74
75
76
Arguments:
/Users/sasha/.nvm/versions/node/v6.11.1/bin/node /Users/sasha/.nvm/versions/node/v6.11.1/bin/yarn install
PATH:
/Users/sasha/.rvm/gems/ruby-2.1.3/bin:/Users/sasha/.rvm/gems/ruby-2.1.3@global/bin:/Users/sasha/.rvm/rubies/ruby-2.1.3/bin:/Users/sasha/.nvm/versions/node/v6.11.1/bin:/usr/local/opt/python/libexec/bin:/Library/Frameworks/Python.framework/Versions/3.6/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/MacGPG2/bin:/usr/local/bin:/Users/sasha/.rvm/bin
Yarn version:
0.27.5
Node version:
6.11.1
Platform:
darwin x64
npm manifest:
{
"name": "ava-describe",
"version": "1.0.1",
"description": "A wrapper for AVA tests which simplifies nesting.",
"main": "lib/describe.js",
"directories": {
"doc": "docs"
},
"keywords": [
"ava",
"javascript",
"testing"
],
"author": "Sasha Klein",
"license": "MIT",
"bugs": {
"url": "https://github.com/sashafklein/ava-describe/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/sashafklein/ava-describe.git"
},
"scripts": {
"test": "ava test --verbose",
"prepublish": "npm run build",
"build": "babel --presets es2015 -d lib/ src/"
},
"ava": {
"files": [
"test/**/*Test.js"
],
"require": [
"babel-register"
],
"babel": "inherit"
},
"dependencies": {
"babel-cli": "^6.7.5",
"babel-preset-es2015": "^6.18.0",
"babel-register": "^6.9.0",
"lodash": "^4.13.1"
},
"devDependencies": {
"ava": "^0.15. 2",
}
}
yarn manifest:
No manifest
Lockfile:
No lockfile
Trace:
SyntaxError: /Users/sasha/code/ava-describe/package.json: Unexpected token } in JSON at position 953
at Object.parse (native)
at /Users/sasha/.nvm/versions/node/v6.11.1/lib/node_modules/yarn/lib/util/fs.js:554:57
at next (native)
at step (/Users/sasha/.nvm/versions/node/v6.11.1/lib/node_modules/yarn/node_modules/babel-runtime/helpers/asyncToGenerator.js:17:30)
at /Users/sasha/.nvm/versions/node/v6.11.1/lib/node_modules/yarn/node_modules/babel-runtime/helpers/asyncToGenerator.js:28:13