1
0
forked from dyf/APP

650蓝牙协议更新

This commit is contained in:
liub
2025-08-05 13:14:22 +08:00
parent a3865e2f26
commit b3c0b74628
14 changed files with 4394 additions and 206 deletions

View File

@ -0,0 +1,78 @@
0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/Cellar/node/10.7.0/bin/node',
1 verbose cli '/usr/local/bin/npm',
1 verbose cli 'publish' ]
2 info using npm@6.4.1
3 info using node@v10.7.0
4 verbose npm-session d96c0348a547f465
5 verbose publish [ '.' ]
6 info lifecycle paho-mqtt@1.1.0~prepublish: paho-mqtt@1.1.0
7 info lifecycle paho-mqtt@1.1.0~prepare: paho-mqtt@1.1.0
8 info lifecycle paho-mqtt@1.1.0~prepublishOnly: paho-mqtt@1.1.0
9 info lifecycle paho-mqtt@1.1.0~prepack: paho-mqtt@1.1.0
10 info lifecycle paho-mqtt@1.1.0~postpack: paho-mqtt@1.1.0
11 notice
12 notice 📦 paho-mqtt@1.1.0
13 notice === Tarball Contents ===
14 notice 606B package.json
14 notice 1.6kB about.html
14 notice 3.7kB CONTRIBUTING.md
14 notice 1.6kB edl-v10
14 notice 11.2kB epl-v10
14 notice 32.2kB paho-mqtt-min.js
14 notice 90.3kB paho-mqtt.js
14 notice 4.7kB README.md
15 notice === Tarball Details ===
16 notice name: paho-mqtt
16 notice version: 1.1.0
16 notice package size: 37.2 kB
16 notice unpacked size: 145.9 kB
16 notice shasum: 140ae65f16b20f8622e6c68aac5774ea0b3609a3
16 notice integrity: sha512-pRr2lCE2FciFP[...]B4f0UEsZJ594Q==
16 notice total files: 8
17 notice
18 verbose getPublishConfig undefined
19 silly mapToRegistry name paho-mqtt
20 silly mapToRegistry using default registry
21 silly mapToRegistry registry https://registry.npmjs.org/
22 silly mapToRegistry data { type: 'tag',
22 silly mapToRegistry registry: true,
22 silly mapToRegistry where: undefined,
22 silly mapToRegistry raw: 'paho-mqtt',
22 silly mapToRegistry name: 'paho-mqtt',
22 silly mapToRegistry escapedName: 'paho-mqtt',
22 silly mapToRegistry scope: undefined,
22 silly mapToRegistry rawSpec: '',
22 silly mapToRegistry saveSpec: null,
22 silly mapToRegistry fetchSpec: 'latest',
22 silly mapToRegistry gitRange: undefined,
22 silly mapToRegistry gitCommittish: undefined,
22 silly mapToRegistry hosted: undefined }
23 silly mapToRegistry uri https://registry.npmjs.org/paho-mqtt
24 verbose publish registryBase https://registry.npmjs.org/
25 silly publish uploading /var/folders/r7/47tnp9g16794rt7ff63tp2500000gn/T/npm-95867-c4ec80c4/tmp/fromDir-9f1696dc/package.tgz
26 verbose stack Error: auth required for publishing
26 verbose stack at RegClient.publish (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/publish.js:30:14)
26 verbose stack at BB.fromNode (/usr/local/lib/node_modules/npm/lib/publish.js:187:16)
26 verbose stack at tryCatcher (/usr/local/lib/node_modules/npm/node_modules/bluebird/js/release/util.js:16:23)
26 verbose stack at Function.Promise.fromNode.Promise.fromCallback (/usr/local/lib/node_modules/npm/node_modules/bluebird/js/release/promise.js:180:30)
26 verbose stack at BB.fromNode.spread (/usr/local/lib/node_modules/npm/lib/publish.js:186:15)
26 verbose stack at tryCatcher (/usr/local/lib/node_modules/npm/node_modules/bluebird/js/release/util.js:16:23)
26 verbose stack at Promise._settlePromiseFromHandler (/usr/local/lib/node_modules/npm/node_modules/bluebird/js/release/promise.js:509:35)
26 verbose stack at Promise._settlePromise (/usr/local/lib/node_modules/npm/node_modules/bluebird/js/release/promise.js:569:18)
26 verbose stack at Promise._settlePromiseCtx (/usr/local/lib/node_modules/npm/node_modules/bluebird/js/release/promise.js:606:10)
26 verbose stack at Async._drainQueue (/usr/local/lib/node_modules/npm/node_modules/bluebird/js/release/async.js:138:12)
26 verbose stack at Async._drainQueues (/usr/local/lib/node_modules/npm/node_modules/bluebird/js/release/async.js:143:10)
26 verbose stack at Immediate.Async.drainQueues [as _onImmediate] (/usr/local/lib/node_modules/npm/node_modules/bluebird/js/release/async.js:17:14)
26 verbose stack at runCallback (timers.js:696:18)
26 verbose stack at tryOnImmediate (timers.js:667:5)
26 verbose stack at processImmediate (timers.js:649:5)
27 verbose cwd /Users/jsutton/ibm/paho/git/npm/node_modules/paho-mqtt
28 verbose Darwin 18.2.0
29 verbose argv "/usr/local/Cellar/node/10.7.0/bin/node" "/usr/local/bin/npm" "publish"
30 verbose node v10.7.0
31 verbose npm v6.4.1
32 error code ENEEDAUTH
33 error need auth auth required for publishing
34 error need auth You need to authorize this machine using `npm adduser`
35 verbose exit [ 1, true ]