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
(node:2824) UnhandledPromiseRejectionWarning: Error: Could not load node-polyfills:dirname (imported by /home/sasha/rotorjs/node_modules/tman/lib/tman.js): Path must be a string without null bytes
at /home/sasha/rotorjs/node_modules/rollup/dist/rollup.js:21718:19
at <anonymous>
When I'm trying to use
__dirname
I get:Null byte (
\0
) is really in these lines. It was introduced in calvinmetcalf/rollup-plugin-node-globals#3 .See also: calvinmetcalf/rollup-plugin-node-globals#23 .
P.S. Thanks for the fork! :)
/cc @manucorporat
The text was updated successfully, but these errors were encountered: