You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[!] Error: 'toASCII' is not exported by node_modules/punycode/punycode.js
https://github.com/rollup/rollup/wiki/Troubleshooting#name-is-not-exported-by-module
node_modules/rollup-plugin-node-builtins/src/es6/url.js (23:8)
21:
22:
23: import {toASCII} from 'punycode';
^
24: import {isObject,isString,isNullOrUndefined,isNull} from 'util';
25: import {parse as qsParse,stringify as qsStringify} from 'querystring';
The weird thing is that it worked fine until I deduped the node modules. I then rm -rf'ed node_modules and installed anew. Same error. Then npm update, but same error.
Hi.
I got this error:
The weird thing is that it worked fine until I deduped the node modules. I then
rm -rf
'ed node_modules and installed anew. Same error. Thennpm update
, but same error.Any ideas? Thanks.
And rollup.config.js
The text was updated successfully, but these errors were encountered: