Closed bkuri closed 1 year ago
I'm closing this since this error apparently went away by itself after updating all packages.
hi @bkuri how did you solve this issue? I'm having the exact same error 🙃
@eltaiguer at first I had to literally edit index.js
to remove the destructuring and add the path.
prefix to all previously destructured calls.
So an example I posted previously was to change the import line to import path from 'path'
and elements like win32.sep
with path.win32.sep
.
That being said, this issue went away after either updating or reinstalling all packages (can't say for sure).
Hope it helps!
Removing the destructuring and using
path
directly (ie.path.win32.sep
) removes the error.Please let me know if you would like more details :+1: