Skip to content

Instantly share code, notes, and snippets.

@evandandrea
Last active July 10, 2017 12:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evandandrea/563099335c99d5cdc177ebc26f3268fc to your computer and use it in GitHub Desktop.
Save evandandrea/563099335c99d5cdc177ebc26f3268fc to your computer and use it in GitHub Desktop.
☻ snap info snapcraft
name: snapcraft
summary: "easily create snaps"
publisher: canonical
contact: snappy-canonical-storeaccount@canonical.com
description: |
Snapcraft aims to make upstream developers' lives easier and as such is not a
single toolset, but instead is a collection of tools that enable the natural
workflow of an upstream to be extended with a simple release step into Snappy
enabled system.
commands:
- snapcraft
tracking: edge
installed: 2.32+git11.4f891d4 (306) 53MB classic
refreshed: 2017-07-05 09:11:24 -0500 CDT
channels:
stable: –
candidate: 2.32 (274) 53MB classic
beta: 2.32 (274) 53MB classic
edge: 2.32+git11.4f891d4 (306) 53MB classic
☻ snapcraft prime
Preparing to pull hello-node-snap
Pulling hello-node-snap
Downloading 'node-v8.1.3-linux-x64.tar.gz'[===========================================================================================================================================================] 100%
npm --cache-min=Infinity install --global heroku-cli
/branches/cli/parts/hello-node-snap/install/bin/heroku -> /branches/cli/parts/hello-node-snap/install/lib/node_modules/heroku-cli/bin/run
+ heroku-cli@6.12.5
added 377 packages in 25.27s
npm --cache-min=Infinity install
npm WARN prefer global node-gyp@3.6.2 should be installed with -g
npm WARN prefer global foreman@2.0.0 should be installed with -g
npm notice created a lockfile as package-lock.json. You should commit this file.
added 376 packages in 26.134s
╭─────────────────────────────────────╮
│ │
│ Update available 5.0.3 → 5.1.0 │
│ Run npm i -g npm to update │
│ │
╰─────────────────────────────────────╯
npm --cache-min=Infinity install --global
/branches/cli/parts/hello-node-snap/install/bin/heroku -> /branches/cli/parts/hello-node-snap/install/lib/node_modules/heroku-cli/bin/run
+ heroku-cli@6.12.4
updated 1 package in 8.685s
Preparing to build hello-node-snap
Building hello-node-snap
npm --cache-min=Infinity install --global heroku-cli
/branches/cli/parts/hello-node-snap/install/bin/heroku -> /branches/cli/parts/hello-node-snap/install/lib/node_modules/heroku-cli/bin/run
+ heroku-cli@6.12.5
updated 1 package in 5.451s
npm --cache-min=Infinity install
up to date in 2.269s
npm --cache-min=Infinity install --global
/branches/cli/parts/hello-node-snap/install/bin/heroku -> /branches/cli/parts/hello-node-snap/install/lib/node_modules/heroku-cli/bin/run
+ heroku-cli@6.12.4
updated 1 package in 9.402s
Staging hello-node-snap
Priming hello-node-snap
[Errno 2] No such file or directory: '/branches/cli/prime/bin/heroku'
☻ ls -la prime/bin/heroku
lrwxrwxrwx 1 ev dialout 38 Jul 10 07:21 prime/bin/heroku -> ../lib/node_modules/heroku-cli/bin/run
☻ ls -la prime/lib/node_modules/heroku-cli
lrwxrwxrwx 1 ev dialout 14 Jul 10 07:21 prime/lib/node_modules/heroku-cli -> ../../../build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment