-
Notifications
You must be signed in to change notification settings - Fork 13
/
yarn-error.log
92 lines (84 loc) · 2.43 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
Arguments:
/usr/local/Cellar/node/16.8.0/bin/node /usr/local/Cellar/yarn/1.22.11/libexec/bin/yarn.js zk:ptau
PATH:
/Applications/CMake.app/Contents/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin:/Users/fho/.cargo/bin
Yarn version:
1.22.11
Node version:
16.8.0
Platform:
darwin x64
Trace:
SyntaxError: /Users/fho/Code/gitrepos/zk-mnist/package.json: Unexpected token } in JSON at position 397
at JSON.parse (<anonymous>)
at /usr/local/Cellar/yarn/1.22.11/libexec/lib/cli.js:1625:59
at Generator.next (<anonymous>)
at step (/usr/local/Cellar/yarn/1.22.11/libexec/lib/cli.js:310:30)
at /usr/local/Cellar/yarn/1.22.11/libexec/lib/cli.js:321:13
npm manifest:
{
"name": "zkmnistt",
"version": "1.0.0",
"description": "0xPARC project",
"author": "Henri Palacci",
"license": "MIT",
"private": true,
"scripts": {
"start": "react-scripts start",
"upgradedeps": "ncu -u --reject @types/node",
"contracts:test": "npx hardhat test tests/contracts.test.ts",
"zk:ptau": "cd zk && sh ptau.sh",
"zk:compile": "cd zk && sh ptau.sh",
},
"dependencies": {
"@nomiclabs/hardhat-ethers": "2.0.2",
"@nomiclabs/hardhat-waffle": "2.0.1",
"@openzeppelin/contracts": "3.4.2",
"@typechain/ethers-v5": "^6.0.5",
"@types/react": "^17.0.37",
"circomlib": "2.0.1",
"ethereum-waffle": "3.4.0",
"ethers": "5.4.7",
"hardhat": "2.6.6",
"hardhat-typechain": "^0.3.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "4.0.3",
"snarkjs": "0.4.10",
"ts-generator": "^0.1.1",
"typechain": "^4.0.3"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"devDependencies": {
"@types/chai": "4.2.22",
"@typescript-eslint/eslint-plugin": "5.0.0",
"@typescript-eslint/parser": "5.0.0",
"chai": "4.3.4",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "7.26.1",
"hardhat-circom": "^1.2.0",
"prettier": "2.4.1",
"typescript": "4.4.4"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}
yarn manifest:
No manifest
Lockfile:
No lockfile