thecodingmachine / nodejs-installer

An installer package that let's you install NodeJS and NPM as a Composer dependency.
107 stars 28 forks source link

Remove NodeJS when removing package #9

Closed ghost closed 9 years ago

ghost commented 9 years ago

Problem:

When removing the package, the locally installed NodeJS does not get removed.

Reproduce:

composer init
# configure "forceLocal": true
composer require --dev mouf/nodejs-installer
composer install --no-dev

Expected result:

vendor/nodejs folder should not be present.

Actual result:

vendor/nodejs folder exists.

moufmouf commented 9 years ago

True. I'll take a look at that.