-
Notifications
You must be signed in to change notification settings - Fork 84
Open
Description
I was following https://github.com/cloudius-systems/capstan/blob/master/Documentation/WalkthroughNodeJS.md
$ ~/bin/capstan -v
capstan version v0.5.0
$
user@debian:~/word-finder$ ~/bin/capstan package compose com.example.word-finder
Command line will be set based on config_set_default attribute of meta/run.yaml
Resolved runtime into: node
Prepending 'node' runtime dependencies to dep list: [node-4.4.5]
Package node-4.4.5 does not exist in your local repository. Pull it manually using 'capstan package pull node-4.4.5' or enable automatic pulling of missing packages by adding --pull-missing flag
user@debian:~/word-finder$
Adding --pull-missing (which should be added to the walkthrough actually) or manually pulling doesn't work:
user@debian:~/word-finder$ ~/bin/capstan package pull node-4.4.5
package node-4.4.5 is not available in the given release (any) in GitHub
user@debian:~/word-finder$
Metadata
Metadata
Assignees
Labels
No labels