CacheP2P icon indicating copy to clipboard operation
CacheP2P copied to clipboard

Implicit NPM Dependency on Versionify

Open deckar01 opened this issue 9 years ago • 0 comments

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 to package.json.

deckar01 avatar Nov 21 '16 16:11 deckar01