-
Notifications
You must be signed in to change notification settings - Fork 0
/
yarn-error.log
59 lines (48 loc) · 1.98 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
Arguments:
/usr/bin/node /usr/bin/yarn run
PATH:
~/Documents/Experiments/nvim/potion/bin:~/.local/bin:/home/antoine/.local/share/nvim/mason/bin:~/Documents/Experiments/nvim/potion/bin:~/.local/bin:~/Documents/Experiments/nvim/potion/bin:~/.local/bin:/home/antoine/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/var/lib/flatpak/exports/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/var/lib/snapd/snap/bin
Yarn version:
1.22.19
Node version:
14.21.0
Platform:
linux x64
Trace:
SyntaxError: /home/antoine/Documents/Experiments/Abcjs/tree-sitter-abc/package.json: Unexpected string in JSON at position 302
at JSON.parse (<anonymous>)
at /usr/lib/node_modules/yarn/lib/cli.js:1629:59
at Generator.next (<anonymous>)
at step (/usr/lib/node_modules/yarn/lib/cli.js:310:30)
at /usr/lib/node_modules/yarn/lib/cli.js:321:13
npm manifest:
{
"name": "tree-sitter-abc",
"version": "0.0.1",
"description": "tree-sitter grammar for abc music notation",
"main": "bindings/node",
"author": "Antoine Balaine",
"license": "MIT",
"dependencies": {
"nan": "^2.17.0"
},
"devDependencies": {
"tree-sitter-cli": "^0.20.7"
}
"scripts": {
"parse-examples": "tree-sitter parse 'examples/**/*' --quiet --stat"
}
}
yarn manifest:
No manifest
Lockfile:
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
nan@^2.17.0:
version "2.17.0"
resolved "https://registry.yarnpkg.com/nan/-/nan-2.17.0.tgz#c0150a2368a182f033e9aa5195ec76ea41a199cb"
integrity sha512-2ZTgtl0nJsO0KQCjEpxcIr5D+Yv90plTitZt9JBfQvVJDS5seMl3FOvsh3+9CoYWXf/1l5OaZzzF6nDm4cagaQ==
tree-sitter-cli@^0.20.7:
version "0.20.7"
resolved "https://registry.yarnpkg.com/tree-sitter-cli/-/tree-sitter-cli-0.20.7.tgz#e3e1b5af22677e70337f5c8b201f9447fd4a144f"
integrity sha512-MHABT8oCPr4D0fatsPo6ATQ9H4h9vHpPRjlxkxJs80tpfAEKGn6A1zU3eqfCKBcgmfZDe9CiL3rKOGMzYHwA3w==