path-browserify
path-browserify copied to clipboard
README.md is Innacurate
https://github.com/browserify/path-browserify#install
The statement about Webpack including node.js polyfill code is no longer accurate as of Webpack 5, per this documentation. Some packages now require external polyfills like this one even when using Webpack if they are using the newest version.
Separately from the webpack changes, it is not possible to run npm install path-browserify and expect this require statement to work:
var path = require('path')
...because there is no module entry named path in node_modules after running npm install path-browserify