-
Notifications
You must be signed in to change notification settings - Fork 6
/
yarn-error.log
109 lines (101 loc) · 4.67 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
Arguments:
C:\Program Files\nodejs\node.exe C:\Program Files\nodejs\node_modules\yarn\bin\yarn.js install
PATH:
C:\Program Files\PowerShell\7;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.4\bin;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.4\libnvvp;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\dotnet\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn\;C:\Users\henkt\AppData\Roaming\nvm;C:\Program Files\nodejs;C:\Program Files\Go\bin;C:\ProgramData\chocolatey\bin;C:\Program Files (x86)\dotnet\;C:\Program Files\PuTTY\;C:\Program Files\NVIDIA Corporation\Nsight Compute 2021.2.0\;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\Git\cmd;C:\Program Files\PowerShell\7\;C:\Program Files\Docker\Docker\resources\bin;C:\ProgramData\DockerDesktop\version-bin;C:\Users\henkt\.windows-build-tools\python27\;C:\Users\henkt\AppData\Local\Microsoft\WindowsApps;C:\Users\henkt\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\henkt\.dotnet\tools;C:\Users\henkt\AppData\Roaming\nvm;C:\Program Files\nodejs;C:\Users\henkt\go\bin;C:\Users\henkt\AppData\Local\Programs\IPFS Desktop\resources\app.asar.unpacked\src\ipfs-on-path\scripts\bin-win;%USERPROFILE%\AppData\Local\Microsoft\WindowsApps;;C:\Users\henkt\AppData\Local\Programs\Fiddler
Yarn version:
1.22.10
Node version:
14.17.3
Platform:
win32 x64
Trace:
SyntaxError: C:\hh\Crypto\PSI\Launchpad\Contracts\package.json: Unexpected token } in JSON at position 876
at JSON.parse (<anonymous>)
at C:\Users\henkt\AppData\Roaming\nvm\v14.17.3\node_modules\yarn\lib\cli.js:1625:59
at Generator.next (<anonymous>)
at step (C:\Users\henkt\AppData\Roaming\nvm\v14.17.3\node_modules\yarn\lib\cli.js:310:30)
at C:\Users\henkt\AppData\Roaming\nvm\v14.17.3\node_modules\yarn\lib\cli.js:321:13
npm manifest:
{
"name": "@passive-income/launchpad-contracts",
"version": "1.0.2",
"description": "Smart contracts for the PSI Launchpad",
"engines": {
"node": ">=10"
},
"homepage": "https://passive-income.io",
"repository": {
"type": "git",
"url": "https://github.com/PSI-Passive-Income/Launchpad-contracts.git"
},
"publishConfig": {
"registry": "http://registry.npmjs.org"
},
"files": [
"abi",
"artifacts",
"contracts",
"typechain",
"typechain-web3"
],
"dependencies": {
"@openzeppelin/contracts": "4.3.2",
"@openzeppelin/contracts-upgradeable": "4.3.2",
"@openzeppelin/test-helpers": "^0.5.12",
"@passive-income/dpex-peripheral": "1.1.9",
"@passive-income/psi-contracts": "~1.0.10",
"@types/lodash": "^4.14.175",
"dotenv": "^8.2.0",
"solidity-coverage": "^0.7.16",
"lodash": "^4.17.21",
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.1",
"@nomiclabs/hardhat-etherscan": "^2.1.0",
"@nomiclabs/hardhat-ganache": "^2.0.0",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/hardhat-upgrades": "^1.11.0",
"@openzeppelin/truffle-upgrades": "^1.4.0",
"@typechain/ethers-v5": "^7.0.1",
"@types/chai": "^4.2.14",
"@types/mocha": "^8.2.0",
"@types/node": "^14.14.21",
"axios": "^0.21.1",
"chai": "^4.2.0",
"ethereum-waffle": "^3.4.0",
"ethereumjs-util": "^7.1.1",
"ethers": "^5.5.1",
"hardhat": "^2.6.7",
"hardhat-abi-exporter": "^2.2.1",
"hardhat-contract-sizer": "^2.0.3",
"hardhat-dependency-compiler": "^1.1.1",
"hardhat-tracer": "^1.0.0-alpha.6",
"hardhat-typechain": "^0.3.4",
"mocha": "^8.2.1",
"ncp": "^2.0.0",
"prettier": "^1.19.1",
"rimraf": "^3.0.0",
"solc": "^0.8.9",
"ts-node": "^9.1.1",
"typechain": "^4.0.1",
"typescript": "^4.1.3"
},
"scripts": {
"lint": "yarn prettier ./test/*.ts --check",
"lint:fix": "yarn prettier ./test/*.ts --write",
"clean": "rimraf ./abi/ && rimraf ./artifacts/ && rimraf ./cache/ && rimraf ./typechain/",
"precompile": "yarn clean",
"compile": "hardhat compile",
"pretest": "yarn compile",
"test": "hardhat test",
"prepublishOnly": "yarn test"
},
"resolutions": {
"solc": "0.8.6"
},
"license": "GPL-3.0-or-later"
}
yarn manifest:
No manifest
Lockfile:
No lockfile