forked from ThibaultJanBeyer/DragSelect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
yarn-error.log
65 lines (57 loc) · 2 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
Arguments:
/opt/homebrew/Cellar/node/19.2.0/bin/node /opt/homebrew/bin/yarn init
PATH:
/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin:/opt/homebrew/bin:/opt/homebrew/sbin
Yarn version:
1.22.19
Node version:
19.2.0
Platform:
darwin arm64
Trace:
Error: canceled
at Interface.<anonymous> (/opt/homebrew/lib/node_modules/yarn/lib/cli.js:137150:13)
at Interface.emit (node:events:513:28)
at [_ttyWrite] [as _ttyWrite] (node:internal/readline/interface:1125:18)
at ReadStream.onkeypress (node:internal/readline/interface:274:20)
at ReadStream.emit (node:events:513:28)
at emitKeys (node:internal/readline/utils:357:14)
at emitKeys.next (<anonymous>)
at ReadStream.onData (node:internal/readline/emitKeypressEvents:64:36)
at ReadStream.emit (node:events:513:28)
at addChunk (node:internal/streams/readable:324:12)
npm manifest:
{
"name": "dragselect",
"description": "Easy JavaScript library for selecting and moving elements. With no dependencies. Drag-Select & Drag-And-Drop.",
"scripts": {
"init": "cd ./DragSelect && yarn && cd ../www && yarn && cd ..",
"start": "cd ./DragSelect && yarn start",
"test": "cd ./DragSelect && yarn test",
"build:docs": "cd www && yarn && yarn build && cd ..",
"build:dragselect": "cd ./DragSelect && yarn build -- --ci && cd ..",
"build": "yarn build:docs && yarn build:dragselect && node ./build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ThibaultJanBeyer/DragSelect.git"
},
"keywords": [
"drag",
"select",
"plain",
"js",
"javascript",
"vanillajs"
],
"author": "Thibault Jan Beyer",
"license": "MIT",
"bugs": {
"url": "https://github.com/ThibaultJanBeyer/DragSelect/issues"
},
"homepage": "https://DragSelect.com/"
}
yarn manifest:
No manifest
Lockfile:
No lockfile