Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Commit

Permalink
v4.0.0: using global-npm instead of npm as local dep
Browse files Browse the repository at this point in the history
  • Loading branch information
maxleiko committed Nov 20, 2017
1 parent a14d55b commit 3d7da3d
Show file tree
Hide file tree
Showing 2 changed files with 266 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ NodeJS package that gives a simplier API to npm install (programatically install
- **^1**: uses `npm@^2`
- **^2**: uses `npm@^3`
- **^3**: uses `npm@^5`
- **^4**: uses [`global-npm`](https://github.com/dracupid/global-npm) (meaning `npm` is no longer a dependency of `npmi`)

> :warning: Be advised that `npm` in its `v5+` will symlink local modules from the destination directory to the actual module directory instead of "installing" them old-school style (which is a breaking change regarding the previous npm versions)
Expand Down Expand Up @@ -91,4 +92,4 @@ This work has been done in the context of the [HEADS Project](http://heads-proje

### Contributors
- [lukaskollmer](https://github.com/lukaskollmer)

- [karanjthakkar](https://github.com/karanjthakkar)
264 changes: 264 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3d7da3d

Please sign in to comment.