-
Notifications
You must be signed in to change notification settings - Fork 4
/
yarn-error.log
191 lines (183 loc) · 7.11 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
Arguments:
/home/nulven/.nvm/versions/node/v14.15.3/bin/node /home/nulven/.nvm/versions/node/v14.15.3/bin/yarn add @typechain/ethers-v5
PATH:
/home/nulven/cairo/bin:/home/nulven/.solc-select:/home/nulven/.solc-select:/home/nulven/.nvm/versions/node/v14.15.3/bin:/home/nulven/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/nulven/Library/Android/sdk/tools/bin:/home/nulven/Library/Android/sdk/platform-tools:/home/nulven/Library/Android/sdk/emulator:/home/nulven/.fzf/bin:/home/nulven/Library/Android/sdk/emulator:/home/nulven/Library/Android/sdk/tools:/home/nulven/Library/Android/sdk/tools/bin:/home/nulven/Library/Android/sdk/platform-tools:/home/nulven/Library/Android/sdk/emulator:/home/nulven/Library/Android/sdk/tools:/home/nulven/Library/Android/sdk/tools/bin:/home/nulven/Library/Android/sdk/platform-tools
Yarn version:
1.22.11
Node version:
14.15.3
Platform:
linux x64
Trace:
Error: http://github.com/component/emitter/archive/1.0.1.tar.gz: ENOENT: no such file or directory, open '/home/nulven/.cache/yarn/v6/.tmp/c093b6de586a0ae2ebbab27ba3b833a5/.yarn-tarball.tgz'
npm manifest:
{
"name": "EthDataMarketplace",
"version": "1.0.0",
"description": "",
"main": "./src/server/app.ts",
"scripts": {
"lint": "npx eslint .",
"flow": "npx tsc",
"babel": "babel --presets es2015 client/index.js -o ./lib/index.js",
"ipfs": "ipfs daemon",
"build:readme": "npx ts-node ./scripts/buildReadme.ts",
"build:config": "npx ts-node ./scripts/buildConfig.ts",
"build:webpack": "$(npm bin)/webpack --mode development",
"build": "yarn build_config && yarn build:webpack",
"chain": "hardhat chain",
"deploy:cairo": "node ./scripts/cairoDeploy.js",
"call:cairo": "node ./scripts/cairoCall.js",
"compile:cairo": "npx ts-node ./scripts/cairoCompile.ts",
"compile:circom": "npx ts-node ./scripts/builder.ts true",
"compile:verifier": "npx ts-node ./scripts/solbuilder.ts",
"compile:solidity": "hardhat compile",
"deploy": "node ./scripts/deploy.js",
"deploy:local": "hardhat deploy --network ropsten",
"deploy:ropsten": "hardhat deploy --network localhost",
"client": "yarn build:config && webpack-dev-server --mode development --hot --inline --content-base=dist --history-api-fallback",
"test": "NODE_ENV=test && npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js --forceExit",
"dev": "NODE_ENV=development && yarn build:config && yarn client",
"prod": "NODE_ENV=production && yarn build:config && yarn client"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nulven/EthDataMarketplace.git"
},
"author": "Nick Ulven",
"license": "MIT",
"bugs": {
"url": "https://github.com/nulven/EthDataMarketplace/issues"
},
"homepage": "https://github.com/nulven/EthDataMarketplace#readme",
"dependencies": {
"@babel/preset-react": "^7.10.1",
"@darkforest_eth/contracts": "^6.2.17",
"@opengsn/contracts": "^2.2.2",
"@openzeppelin/contracts": "^4.1.0",
"@types/jest": "^25.2.3",
"@types/node": "^14.14.37",
"@types/react": "^16.9.35",
"@types/react-autosuggest": "^10.0.1",
"@types/react-dom": "^16.9.8",
"@types/react-modal": "^3.10.5",
"@types/react-router-dom": "^5.1.5",
"@walletconnect/web3-provider": "^1.4.1",
"antd": "^4.5.0",
"assert": "^2.0.0",
"bl": "^5.0.0",
"bootstrap": "3.3.7",
"brython": "^3.9.5",
"chartist": "0.10.1",
"chartist-plugin-legend": "^0.6.2",
"circom": "^0.5.35",
"circomlib": "^0.5.5",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.2.1",
"customerio-node": "^1.0.1",
"dns": "^0.2.2",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-flowtype": "^5.1.3",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^4.0.4",
"ethers": "^5.0.26",
"event": "^1.0.0",
"express": "^4.17.1",
"extract-loader": "^5.1.0",
"fs": "0.0.1-security",
"gh-pages": "^3.1.0",
"http-server": "^0.12.3",
"ipfs-http-client": "^50.1.2",
"keccak": "^3.0.1",
"maci-crypto": "^0.8.4",
"maci-domainobjs": "^0.8.4",
"mini-css-extract-plugin": "^0.9.0",
"namebase-types": "0.0.12",
"net": "^1.0.2",
"next": "^9.4.4",
"node-fetch": "^2.6.0",
"node-metamask": "^1.1.2",
"node-sass": "^4.14.1",
"nodemon": "^2.0.7",
"path": "^0.12.7",
"pg": "^8.5.1",
"python-bridge": "^1.1.0",
"rc-align": "^2.3.5",
"rc-slider": "^9.3.1",
"react": "^17.0.2",
"react-addons": "^0.9.1-deprecated",
"react-autocomplete": "^1.8.1",
"react-autosuggest": "^10.1.0",
"react-bootstrap": "^1.0.1",
"react-chartist": "0.13.3",
"react-copy-to-clipboard": "^5.0.3",
"react-dom": "^16.13.1",
"react-google-maps": "9.4.5",
"react-icons": "^4.1.0",
"react-input-range": "^1.3.0",
"react-loader-spinner": "^3.1.14",
"react-modal": "^3.11.2",
"react-native": "^0.66.0",
"react-notification-system": "0.2.17",
"react-router": "5.0.0",
"react-router-dom": "^5.2.0",
"react-scripts": "^3.4.1",
"react-scroll": "^1.8.1",
"react-select": "^4.1.0",
"react-toastify": "^6.0.8",
"react-toggle": "4.0.2",
"rlp": "^2.2.6",
"sequelize": "^6.5.0",
"skyid": "0.0.5",
"skynet-js": "^3.0.0",
"snarkjs": "^0.4.6",
"solc": "^0.8.6",
"source-map-loader": "^0.2.4",
"styled-components": "^5.1.1",
"ts-loader": "^7.0.5",
"typescript": "^3.9.3",
"typescript-eslint-parser": "^22.0.0",
"typescript-plugin-styled-components": "^1.4.4",
"uuid": "^8.3.2",
"walletlink": "^2.1.6",
"web3": "^1.3.6",
"web3-utils": "^1.3.1",
"web3modal": "^1.9.3",
"webpack-dev-middleware": "^4.0.2"
},
"devDependencies": {
"@babel/core": "^7.10.1",
"@babel/plugin-proposal-export-namespace-from": "^7.12.1",
"@babel/preset-env": "^7.10.4",
"@babel/preset-es2015": "^7.0.0-beta.53",
"@babel/runtime": "^7.10.2",
"@types/styled-components": "^5.1.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.1.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"concurrently": "^5.2.0",
"css-loader": "^3.6.0",
"eslint": "^7.28.0",
"file-loader": "^6.0.0",
"html-loader": "^1.1.0",
"html-webpack-plugin": "^4.3.0",
"jest": "^27.0.4",
"prettier": "^2.2.1",
"prettier-plugin-solidity": "^1.0.0-beta.3",
"sass": "^1.26.9",
"sass-loader": "^8.0.2",
"style-loader": "^1.2.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0"
}
}
yarn manifest:
No manifest
Lockfile:
No lockfile