-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathyarn-error.log
More file actions
90 lines (82 loc) · 3.21 KB
/
yarn-error.log
File metadata and controls
90 lines (82 loc) · 3.21 KB
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
Arguments:
/Users/mikhail1/.nvm/versions/node/v18.20.2/bin/node /opt/homebrew/Cellar/yarn/1.22.19/libexec/bin/yarn.js
PATH:
/Users/mikhail1/.nvm/versions/node/v18.20.2/bin:/opt/homebrew/opt/openjdk@11/bin:/Users/mikhail1/.rbenv/shims:/opt/homebrew/opt/mongodb-community/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/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:/Users/mikhail1/.foundry/bin:/Users/mikhail1/Library/Android/sdk/platform-tools:/Users/mikhail1/Library/Android/sdk/emulator:/Users/mikhail1/Library/Android/sdk/tools:/Users/mikhail1/Library/Android/sdk/tools/bin:/Users/mikhail1/Library/Android/sdk/platform-tools
Yarn version:
1.22.19
Node version:
18.20.2
Platform:
darwin arm64
Trace:
SyntaxError: /Users/mikhail1/Work/soft/linkdrop/linkdrop-p2p/linkdrop-p2p-sdk/package.json: Unexpected token / in JSON at position 785
at JSON.parse (<anonymous>)
at /opt/homebrew/Cellar/yarn/1.22.19/libexec/lib/cli.js:1629:59
at Generator.next (<anonymous>)
at step (/opt/homebrew/Cellar/yarn/1.22.19/libexec/lib/cli.js:310:30)
at /opt/homebrew/Cellar/yarn/1.22.19/libexec/lib/cli.js:321:13
npm manifest:
{
"name": "linkdrop-sdk",
"version": "3.14.0-alpha-rc.3",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "rm -rf ./dist && webpack && yarn build:types",
"build:types": "tsc --emitDeclarationOnly",
"test": "env-cmd mocha './src/test/{,+(helpers|modules)}/**/*.ts' --timeout 5000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LinkdropHQ/linkdrop-sdk.git"
},
"author": "spacehaz <spacehaz@gmail.com>",
"license": "MIT",
"description": "",
"bugs": {
"url": "https://github.com/LinkdropHQ/linkdrop-sdk/issues"
},
"engines": {
"node": ">=16.x"
},
"homepage": "https://github.com/LinkdropHQ/linkdrop-sdk#readme",
"keywords": [],
"dependencies": {
// "@stablelib/chacha20poly1305": "1.0.1",
"babel-loader": "8.1.0",
"ethers": "^6.8.0",
"linkdrop-p2p-sdk2": "npm:linkdrop-p2p-sdk@2.0.1",
"linkdrop-p2p-sdk3.11.0-beta": "npm:linkdrop-p2p-sdk@3.11.0-beta",
"typescript": "^4.8.2",
"uint8arrays": "3.1.0"
},
"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.12",
"@babel/plugin-proposal-optional-chaining": "^7.20.7",
"@babel/plugin-transform-private-methods": "^7.22.5",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@types/chai": "^4.3.16",
"@types/mocha": "^10.0.6",
"@types/randombytes": "^2.0.3",
"chai": "^4.2.0",
"env-cmd": "^10.1.0",
"mocha": "^10.4.0",
"node-fetch": "^2.6.6",
"ts-node": "^10.9.2",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
},
"browserslist": [
">0.2%",
"not dead"
]
}
yarn manifest:
No manifest
Lockfile:
No lockfile