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
package-json-versionify is used as a babel plugin, but is not declared as an npm dependency.
This worked locally, because it is a dependency of webtorrent and npm sometimes flattens the dependency tree, but other versions of npm and other environments may not.
Solution
Run npm install --save-dev package-json-versionify to add the dependency to package.json.
The text was updated successfully, but these errors were encountered:
Issue
package-json-versionify
is used as a babel plugin, but is not declared as an npm dependency.This worked locally, because it is a dependency of
webtorrent
and npm sometimes flattens the dependency tree, but other versions of npm and other environments may not.Solution
Run
npm install --save-dev package-json-versionify
to add the dependency topackage.json
.The text was updated successfully, but these errors were encountered: