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
{{ message }}
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.
When I try to reproduce this with latest npm, I find that grunt-cli is installed both at the global level and as a dependency of grunth-cli after step 2 only. Step 3 causes no change.
I tested this with
$ mkdir foo
$ npm --prefix=foo i -g grunt-cli
$ npm --prefix=foo i -g grunth-cli
$ npm --prefix=foo ls -g
$ npm --prefix=foo i -g grunth-cli
$ npm --prefix=foo ls -g
We are trying to clean up older npm issues, so if we don't hear back from you within a week, we will close this issue. (Don't worry -- you can always come back again and re-open it!)
Step to reproduce (the grunth-cli package depends on grunt-cli):
npm -g i grunt-cli
npm -g i grunth-cli
npm -g i grunth-cli
After (1-2), the structure is:
After (1-3):
This is with npm 1.4.20, Node both 0.10.29 and 0.11.13.
The text was updated successfully, but these errors were encountered: