Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add individual file #214

Closed
lagden opened this issue Apr 27, 2015 · 2 comments
Closed

add individual file #214

lagden opened this issue Apr 27, 2015 · 2 comments

Comments

@lagden
Copy link

lagden commented Apr 27, 2015

I am having troubles when I am trying add a file.js

In your doc https://github.com/volojs/volo/blob/master/commands/add/doc.md:

user/repo/tag#specific/file.js

Well, I tried:

$ volo add -f jadejs/jade/#1.9.2/runtime.js
Downloading: https://codeload.github.com/jadejs/jade/legacy.zip/1.9.2
.get() is deprecated. Access using array indexes instead.
Error: ENOENT, no such file or directory '/var/folders/t4/7g67dljn7l303w5gjs12jp4w0000gp/T/temp-runtime-1430164745942-1/jadejs-jade-c061cfc/1.9.2/runtime.js'

Which is the right syntax?
Help!!

Tks.

@jrburke
Copy link
Member

jrburke commented Apr 28, 2015

I think the example just has the fragment ID (the # part) not in the right place. Something like this works for me:

volo add -f jadejs/jade/1.9.2#runtime.js

I think that is it, so will close, but feel free to continue discussion here and we can reopen as necessary.

@jrburke jrburke closed this as completed Apr 28, 2015
@lagden
Copy link
Author

lagden commented Apr 28, 2015

@jrburke Thank you so much!! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants