Ubuntu Pastebin

Paste from popey at Wed, 11 Jan 2017 16:52:22 +0000

Download as text
 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
alan@gort:~/Development/Snappy/storj-core⟫ ~/Development/snapcraft/snapcraft/bin/snapcraft 
Preparing to pull storj-core 
Pulling storj-core 
Cloning into '/home/alan/Development/Snappy/storj-core/parts/storj-core/src'...
remote: Counting objects: 10930, done.
remote: Compressing objects: 100% (51/51), done.
remote: Total 10930 (delta 23), reused 0 (delta 0), pack-reused 10879
Receiving objects: 100% (10930/10930), 6.44 MiB | 1.14 MiB/s, done.
Resolving deltas: 100% (8383/8383), done.
Checking connectivity... done.
Note: checking out 'f66716167e7da695cec734f1cc99827e6319cb7c'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b <new-branch-name>

Downloading 'node-v4.4.4-linux-x64.tar.gz'[=========================================================================================================================================] 100%
npm --cache-min=Infinity install
npm ERR! Linux 4.4.0-57-generic
npm ERR! argv "/home/alan/Development/Snappy/storj-core/parts/storj-core/install/bin/node" "/home/alan/Development/Snappy/storj-core/parts/storj-core/install/bin/npm" "--cache-min=Infinity" "install"
npm ERR! node v4.4.4
npm ERR! npm  v2.15.1
npm ERR! code ETARGET

npm ERR! notarget No compatible version found: async@'>=2.1.4 <3.0.0'
npm ERR! notarget Valid install targets:
npm ERR! notarget ["0.1.0","0.1.1","0.1.2","0.1.3","0.1.4","0.1.5","0.1.6","0.1.7","0.1.8","0.1.9","0.1.10","0.1.11","0.1.12","0.1.13","0.1.14","0.1.15","0.1.16","0.1.17","0.1.18","0.1.19","0.1.20","0.1.21","0.1.22","0.2.0","0.2.1","0.2.2","0.2.3","0.2.4","0.2.5","0.2.6","0.2.7","0.2.8","0.2.9","0.2.10","0.3.0","0.4.0","0.4.1","0.5.0","0.6.0","0.6.1","0.6.2","0.7.0","0.8.0","0.9.0","0.9.2","1.0.0","1.1.0","1.2.0","1.1.1","1.2.1","1.3.0","1.4.0","1.4.1","1.4.2","1.5.0","1.5.1","1.5.2","2.0.0-alpha.0","2.0.0-rc.1","2.0.0-rc.2","2.0.0-rc.3","2.0.0-rc.4","2.0.0-rc.5","2.0.0-rc.6","2.0.0","2.0.1","2.1.0","2.1.1","2.1.2"]
npm ERR! notarget 
npm ERR! notarget This is most likely not a problem with npm itself.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
npm ERR! notarget 
npm ERR! notarget It was specified as a dependency of 'storj-lib'
npm ERR! notarget 

npm ERR! Please include the following file with any support request:
npm ERR!     /home/alan/Development/Snappy/storj-core/parts/storj-core/src/npm-debug.log
Command '['/bin/sh', '/tmp/tmphu_2t603', 'npm', '--cache-min=Infinity', 'install']' returned non-zero exit status 1
Download as text