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
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@
7
7
* Add support for local npm prefix ([#1](https://github.com/go-task/go-npm/pull/1)).
8
8
* Added support for [pnpm](https://pnpm.io/) ([#3](https://github.com/go-task/go-npm/pull/3)).
9
9
* Fixed installation path on Windows ([#4](https://github.com/go-task/go-npm/issues/4), [#5](https://github.com/go-task/go-npm/pull/5)).
10
+
* Fixed installation path in newer Node versions ([go-task/task#1190](https://github.com/go-task/task/issues/1190), [#8](https://github.com/go-task/go-npm/pull/8)).
11
+
* Migrate from `unzipper` to `adm-zip` to fix ZIP extraction bugs ([#7](https://github.com/go-task/go-npm/issues/7), [#9](https://github.com/go-task/go-npm/pull/9)).
10
12
11
13
### (@gzuidhof): MODIFICATIONS FROM BASE `go-npm` PACKAGE
0 commit comments