thlorenz / browserify-shim

📩 Makes CommonJS incompatible files browserifyable.
MIT License
933 stars 87 forks source link

Browserify v12 is out #192

Closed louh closed 8 years ago

louh commented 8 years ago

Browserify 12.0.0 Changelog

Since browserify-shim is enforcing the upper limit of the browserify peer dependency at less than 12, installing an app that specifies browserify@12.0.0 gives the following error.

npm ERR! Darwin 15.0.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install"
npm ERR! node v4.2.1
npm ERR! npm  v2.14.7
npm ERR! code EPEERINVALID

npm ERR! peerinvalid The package browserify@12.0.0 does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer browserify-shim@3.8.10 wants browserify@>= 2.3.0 < 12