Skip to content

Commit 0234aaa

Browse files
committed
update install.txt
1 parent 07c83a4 commit 0234aaa

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

INSTALL.txt

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,15 @@
1-
you must use locked version from yarn.lock, or build will fail
1+
to build patch-package,
2+
you must install node_modules from from yarn.lock,
3+
otherwise "npm run build" will fail
4+
5+
with pnpm:
6+
7+
pnpm import yarn.lock
8+
pnpm install
9+
10+
11+
12+
tests require yarn version 1
13+
14+
npm i -g yarn@1
15+
yarn --version

0 commit comments

Comments
 (0)