Closed misogihagi closed 3 years ago
I don't believe that we're using this dependency anymore! I don't see it in our package-lock, at least. Maybe this error is for a different rollup plugin?
Although this repository does not occur the npm warning,
my npm install rollup-plugin-node-polyfills
outputs
"rollup-plugin-node-polyfills": { "version": "0.2.1", "resolved": "https://registry.npmjs.org/rollup-plugin-node-polyfills/-/rollup-plugin-node-polyfills-0.2.1.tgz", "integrity": "sha512-4kCrKPTJ6sK4/gLL/U5QzVT8cxJcofO0OU74tnB19F40cmuAKSzH5/siithxlofFEjwvw1YAhPmbvGNA6jEroA==", "dev": true, "requires": { "rollup-plugin-inject": "^3.0.0" } },
I think this problem arises from package publishing.
We no longer use that package, if you upgrade to Snowpack latest you should be on rollup-plugin-polyfill-node@^0.6.2
instead.
I got it!
I didn't notice. Thanks.
hello. I came here because npm warn showed:
though this repository resolved my dependency problem, It may be better to display quickstart easy for beginners.