-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Error message points to dead Repository #4469
Copy link
Copy link
Closed
Labels
Description
Rollup Version
v2.70.2
Operating System (or Browser)
Firefox
Node Version (if applicable)
v16.13.2
Link To Reproduction
https://github.com/FelixBenning/bibcite/tree/98a811bfb19f435eb1e88c9d517fa4c8725935fe
Expected Behaviour
The warning should be helpful/no warning and things just work
Actual Behaviour
The repository https://github.com/snowpackjs/rollup-plugin-polyfill-node does not exist anymore and I get the following error message pointing to it
(!) Missing shims for Node.js built-ins
Creating a browser bundle that depends on "path", "url", "stream", "http", "punycode", "https" and "zlib". You might need to include https://github.com/snowpackjs/rollup-plugin-polyfill-node
I am also using import nodePolyfills from "rollup-plugin-polyfill-node"; So I really just expect things to work :(
Reactions are currently unavailable