-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathyarn-error.log
More file actions
64 lines (54 loc) · 1.79 KB
/
Copy pathyarn-error.log
File metadata and controls
64 lines (54 loc) · 1.79 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
Arguments:
/usr/local/bin/node /usr/local/bin/yarn publish
PATH:
/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin
Yarn version:
1.22.10
Node version:
14.16.0
Platform:
darwin x64
Trace:
Error: canceled
at Interface.<anonymous> (/usr/local/lib/node_modules/yarn/lib/cli.js:136216:13)
at Interface.emit (events.js:315:20)
at Interface._ttyWrite (readline.js:875:16)
at ReadStream.onkeypress (readline.js:213:10)
at ReadStream.emit (events.js:315:20)
at emitKeys (internal/readline/utils.js:345:14)
at emitKeys.next (<anonymous>)
at ReadStream.onData (readline.js:1144:36)
at ReadStream.emit (events.js:315:20)
at addChunk (internal/streams/readable.js:309:12)
npm manifest:
{
"name": "com.scinan.api",
"version": "1.0.10",
"description": "Support Prosmart wifi climate controllers",
"main": "app.js",
"scripts": {
"start": "homey app run",
"start:clean": "homey app run -c",
"build": "homey app build",
"publish": "homey app publish",
"validate": "homey app validate",
"update": "homey app version patch",
"install": "homey app install",
"install:clean": "homey app install -c",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Petter Ruud",
"license": "ISC",
"dependencies": {
"node-fetch": "^2.6.1"
}
}
yarn manifest:
No manifest
Lockfile:
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
node-fetch@^2.6.1:
version "2.6.1"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==