forked from microsoft/pxt-sample
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathyarn-error.log
72 lines (64 loc) · 1.72 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:
/usr/local/bin/node /usr/local/bin/yarn deployGithub
PATH:
/Library/Frameworks/Python.framework/Versions/2.7/bin:/Library/Frameworks/Python.framework/Versions/3.7/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
Yarn version:
1.16.0
Node version:
12.16.2
Platform:
darwin x64
Trace:
SyntaxError: /Users/jfosler/me3d/makecode/package.json: Unexpected string in JSON at position 596
at JSON.parse (<anonymous>)
at /usr/local/lib/node_modules/yarn/lib/cli.js:1625:59
at Generator.next (<anonymous>)
at step (/usr/local/lib/node_modules/yarn/lib/cli.js:304:30)
at /usr/local/lib/node_modules/yarn/lib/cli.js:315:13
npm manifest:
{
"name": "pxt-sample",
"version": "2.0.10",
"description": "Create 3D printing projects using MakeCode",
"keywords": [
"JavaScript",
"education",
"PXT"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Microsoft/pxt-sample.git"
},
"author": "",
"license": "MIT",
"homepage": "https://github.com/Microsoft/pxt-sample#readme",
"files": [
"README.md",
"pxtarget.json",
"targetconfig.json",
"built/*.js",
"built/*.json",
"built/*.d.ts",
"sim/public",
"docs/**"
],
"scripts": {
"start": "pxt serve"
"deployGithub": "pxt staticpkg --route makecode --bump --githubpages"
}
"devDependencies": {
"@types/bluebird": "2.0.33",
"@types/jquery": "3.2.16",
"@types/marked": "0.3.0",
"@types/node": "8.0.53",
"semantic-ui-less": "2.2.14",
"typescript": "2.6.1"
},
"dependencies": {
"pxt-core": "5.*"
}
}
yarn manifest:
No manifest
Lockfile:
No lockfile