You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the current behavior?
When removing package that is installed with a namespace while there is at least one other package in that namespace, package directory won't be removed
If the current behavior is a bug, please provide the steps to reproduce.
* Remove packages in non-empty namespace (#1992)
* Add a test for removing a single scoped package (#1992)
* Minimize fixtures for scoped-package test (#1992)
* Fix remove command test (#1992)
* Inline subfilepath (#1992)
Bug
What is the current behavior?
When removing package that is installed with a namespace while there is at least one other package in that namespace, package directory won't be removed
If the current behavior is a bug, please provide the steps to reproduce.
What is the expected behavior?
package directory should be removed from namespace folder:
ls node_modules/@types \\ output: lodash/
node.js, yarn and operating system version.
yarn version: v0.17.8 (as global package)
os: ubuntu 16.10 64-bit
node: v7.1.0
The text was updated successfully, but these errors were encountered: