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

Composer custom vendor dir #16

Closed
deankinns opened this issue Oct 9, 2015 · 1 comment
Closed

Composer custom vendor dir #16

deankinns opened this issue Oct 9, 2015 · 1 comment

Comments

@deankinns
Copy link

if i set config > vendor-dir in my composer.json to somewhere other than "vendor" then i get this error while running a composer update command:

[Composer\Downloader\TransportException]
The "https://nodejs.org/dist/v4.1.2/node-v4.1.2-linux-x64.tar.gz" file could not be written to vendor/node-v4.1.2-linux-x64.tar.gz: failed to open stream: No such file or directory

I assume this is because that config is not being picked up.

@nsams
Copy link
Member

nsams commented Oct 12, 2015

Please report this bug to https://github.com/thecodingmachine/nodejs-installer

Possible workaround: install nodejs globally (thru your package manager) and nodejs-installer won't need to download it locally.

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