koala-framework / composer-extra-assets

Composer Plugin for installing Assets using native npm/bower
BSD 2-Clause "Simplified" License
42 stars 11 forks source link

Composer custom vendor dir #16

Closed deankinns closed 8 years ago

deankinns commented 8 years ago

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 commented 8 years ago

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.