This repository has been archived by the owner on May 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
/
yarn-error.log
75 lines (66 loc) · 3.02 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
Arguments:
/Users/leeren/.nvm/versions/node/v18.0.0/bin/node /Users/leeren/.nvm/versions/node/v18.0.0/bin/yarn add @story-protocol/protocol-core
PATH:
/Users/leeren/.local/bin:/Users/leeren/.nvm/versions/node/v18.0.0/bin:/Users/leeren/.local/bin:/Users/leeren/.cargo/bin:/usr/local/mysql/bin:/usr/local/bin:/Users/leeren/Library/Python/3.8/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Library/Apple/usr/bin:/usr/local/go/bin://Users/leeren/go/bin:/Users/leeren/.foundry/bin:/Users/leeren/google-cloud-sdk/bin://Users/leeren/go/bin:/Users/leeren/.foundry/bin:/Users/leeren/google-cloud-sdk/bin
Yarn version:
1.22.19
Node version:
18.0.0
Platform:
darwin x64
Trace:
Error: https://registry.npmjs.org/@storyprotocol%2fprotocol-core: Not found
at params.callback [as _callback] (/Users/leeren/.nvm/versions/node/v18.0.0/lib/node_modules/yarn/lib/cli.js:66145:18)
at self.callback (/Users/leeren/.nvm/versions/node/v18.0.0/lib/node_modules/yarn/lib/cli.js:140890:22)
at Request.emit (node:events:527:28)
at Request.<anonymous> (/Users/leeren/.nvm/versions/node/v18.0.0/lib/node_modules/yarn/lib/cli.js:141862:10)
at Request.emit (node:events:527:28)
at IncomingMessage.<anonymous> (/Users/leeren/.nvm/versions/node/v18.0.0/lib/node_modules/yarn/lib/cli.js:141784:12)
at Object.onceWrapper (node:events:641:28)
at IncomingMessage.emit (node:events:539:35)
at endReadableNT (node:internal/streams/readable:1344:12)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
npm manifest:
{
"name": "@story-protocol/protocol-periphery",
"version": "v1.0.0-beta-rc1",
"description": "Story Protocol periphery smart contracts",
"main": "",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"lint": "npm run lint:solidity && npm run lint:javascript",
"lint:javascript": "eslint ./",
"lint:solidity": "solhint \"contracts/**/*.sol\" \"test/**/*.sol\"",
"test": "npx hardhat test"
},
"author": "StoryProtocol",
"license": "MIT",
"devDependencies": {
"chai": "^4.3.7",
"dotenv": "^16.0.3",
"eslint": "^8.38.0",
"eslint-plugin-prettier": "^4.2.1",
"ethereum-waffle": "^4.0.10",
"ethers": "^6.10.0",
"mocha": "^10.2.0",
"prettier": "2.8.7",
"prettier-plugin-solidity": "^1.1.3",
"solhint": "^3.4.1",
"solhint-plugin-prettier": "^0.0.5",
"solidity-coverage": "^0.8.2",
"ts-node": "^10.9.2",
"typechain": "^8.3.2"
},
"dependencies": {
"@openzeppelin/contracts": "5.0.1",
"@openzeppelin/contracts-upgradeable": "5.0.1",
"@storyprotocol/protocol-core": "1.0.0-beta-rc6"
}
}
yarn manifest:
No manifest
Lockfile:
No lockfile