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
According to npm/cli#2692, the node_modules/.hooks functionality used by this package is no longer supported in npm v7. For me, this manifests in the following way:
> npm update -g
npm ERR! code EINVALIDPACKAGENAME
npm ERR! Invalid package name ".hooks": name cannot start with a period
Removing this plugin from my local environment fixed this error.
I wanted to open this issue to discuss whether this plugin could be made compatible with npm v7. If not, I would be happy to make a pull request that shows a warning when npm v7 is detected.
The text was updated successfully, but these errors were encountered:
AdamVig
added a commit
to AdamVig/dotfiles
that referenced
this issue
Apr 26, 2021
According to npm/cli#2692, the
node_modules/.hooks
functionality used by this package is no longer supported in npm v7. For me, this manifests in the following way:Removing this plugin from my local environment fixed this error.
I wanted to open this issue to discuss whether this plugin could be made compatible with npm v7. If not, I would be happy to make a pull request that shows a warning when npm v7 is detected.
The text was updated successfully, but these errors were encountered: