-
Notifications
You must be signed in to change notification settings - Fork 7
/
yarn-error.log
57 lines (49 loc) · 1.47 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
Arguments:
/usr/local/bin/node /usr/local/Cellar/yarn/1.9.4/libexec/bin/yarn.js install
PATH:
/Users/rakeshsingh/.rbenv/shims:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/Users/rakeshsingh/.rvm/bin
Yarn version:
1.9.4
Node version:
8.11.4
Platform:
darwin x64
Trace:
SyntaxError: /Users/rakeshsingh/Desktop/mayaonline/De-code/package.json: Unexpected token } in JSON at position 604
at JSON.parse (<anonymous>)
at /usr/local/Cellar/yarn/1.9.4/libexec/lib/cli.js:1130:59
at Generator.next (<anonymous>)
at step (/usr/local/Cellar/yarn/1.9.4/libexec/lib/cli.js:92:30)
at /usr/local/Cellar/yarn/1.9.4/libexec/lib/cli.js:103:13
at <anonymous>
npm manifest:
{
"name": "de-code",
"version": "1.0.1",
"private": false,
"description": "The design system from MayaData",
"license": "MIT",
"author": "[email protected]",
"directories": {
"test": "docs"
},
"repository": "",
"scripts": {
"clean": "rm -rf node_modules dist temp",
"css": "node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 app/styles/ -o css/",
"docz:dev": "docz dev",
"docz:build": "docz build"
},
"devDependencies": {
"docz": "^0.13.7",
"docz-plugin-css": "^0.11.0",
"docz-theme-default": "^0.13.7",
},
"engines": {
"node": "^4.5 || 6.* || >= 7.*"
}
}
yarn manifest:
No manifest
Lockfile:
No lockfile