Created
September 14, 2018 11:09
-
-
Save pat-s/6b2af28e59ee49534ecc0de888843a14 to your computer and use it in GitHub Desktop.
decktape 2.8.9 building error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0 info it worked if it ends with ok | |
1 verbose cli [ '/usr/bin/node', | |
1 verbose cli '/usr/bin/npm', | |
1 verbose cli 'install', | |
1 verbose cli '--user', | |
1 verbose cli 'root', | |
1 verbose cli '-g', | |
1 verbose cli '--prefix', | |
1 verbose cli '/home/pjs/git/pkgbuilds/nodejs-decktape/pkg/nodejs-decktape/usr', | |
1 verbose cli '[email protected]' ] | |
2 info using [email protected] | |
3 info using [email protected] | |
4 verbose npm-session 5a92767461aa4e70 | |
5 silly install loadCurrentTree | |
6 silly install readGlobalPackageData | |
7 http fetch GET 200 https://registry.npmjs.org/decktape 16ms (from cache) | |
8 silly registry:manifest no matching version for [email protected] in the cache. Forcing revalidation | |
9 http fetch GET 304 https://registry.npmjs.org/decktape 85ms (from cache) | |
10 silly fetchPackageMetaData error for [email protected] No matching version found for [email protected] | |
11 timing stage:rollbackFailedOptional Completed in 1ms | |
12 timing stage:runTopLevelLifecycles Completed in 199ms | |
13 verbose type version | |
14 verbose stack decktape: No matching version found for [email protected] | |
14 verbose stack at pickManifest (/usr/lib/node_modules/npm/node_modules/npm-pick-manifest/index.js:65:11) | |
14 verbose stack at fetchPackument.then.packument (/usr/lib/node_modules/npm/node_modules/pacote/lib/fetchers/registry/manifest.js:52:18) | |
14 verbose stack at tryCatcher (/usr/lib/node_modules/npm/node_modules/bluebird/js/release/util.js:16:23) | |
14 verbose stack at Promise._settlePromiseFromHandler (/usr/lib/node_modules/npm/node_modules/bluebird/js/release/promise.js:512:31) | |
14 verbose stack at Promise._settlePromise (/usr/lib/node_modules/npm/node_modules/bluebird/js/release/promise.js:569:18) | |
14 verbose stack at Promise._settlePromise0 (/usr/lib/node_modules/npm/node_modules/bluebird/js/release/promise.js:614:10) | |
14 verbose stack at Promise._settlePromises (/usr/lib/node_modules/npm/node_modules/bluebird/js/release/promise.js:693:18) | |
14 verbose stack at Async._drainQueue (/usr/lib/node_modules/npm/node_modules/bluebird/js/release/async.js:133:16) | |
14 verbose stack at Async._drainQueues (/usr/lib/node_modules/npm/node_modules/bluebird/js/release/async.js:143:10) | |
14 verbose stack at Immediate.Async.drainQueues [as _onImmediate] (/usr/lib/node_modules/npm/node_modules/bluebird/js/release/async.js:17:14) | |
14 verbose stack at runCallback (timers.js:694:18) | |
14 verbose stack at tryOnImmediate (timers.js:665:5) | |
14 verbose stack at processImmediate (timers.js:647:5) | |
15 verbose cwd /home/pjs/git/pkgbuilds/nodejs-decktape/pkg/nodejs-decktape/usr/lib/node_modules | |
16 verbose Linux 4.18.6-arch1-1-ARCH | |
17 verbose argv "/usr/bin/node" "/usr/bin/npm" "install" "--user" "root" "-g" "--prefix" "/home/pjs/git/pkgbuilds/nodejs-decktape/pkg/nodejs-decktape/usr" "[email protected]" | |
18 verbose node v10.10.0 | |
19 verbose npm v6.4.1 | |
20 error code ETARGET | |
21 error notarget No matching version found for [email protected] | |
22 error notarget In most cases you or one of your dependencies are requesting | |
22 error notarget a package version that doesn't exist. | |
23 verbose exit [ 1, true ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment