From 3e89876dabe4e8402cd1aeb83c48d99e757440fa Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Fri, 29 Jan 2016 15:57:52 +0800 Subject: [PATCH] Add limitation mention about Windows --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7a6de65f9a..33c792c5db 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,7 @@ Unlike ied, however, `pnpm` will eventually be made to support a globally-shared ## Limitations +- Windows is [not supported](https://github.com/rstacruz/pnpm/issues/6). - You can't [shrinkwrap][]. - `node_modules` managed by pnpm can't be queried properly by [npm ls][]. - You can't use [npm prune][] or [npm dedupe][].