rollup-plugin-polyfill-node icon indicating copy to clipboard operation
rollup-plugin-polyfill-node copied to clipboard

Error: 'homedir' is not exported by polyfill-node.os.js, imported by src/constant.ts

Open islandZZZ opened this issue 3 years ago • 1 comments

I'm using 0.9.0 and seeing this error when I bundle.

2: import { homedir as homeDir } from 'os';
            ^
Error: 'homedir' is not exported by polyfill-node.os.js, imported by src/constant.ts

homedir is a function that returns the string path of the current user's home directory.

I'd like to submit a PR to resolve this problem soon.

islandZZZ avatar Jul 01 '22 13:07 islandZZZ

Closed by #53

MichaelDeBoey avatar Dec 14 '22 11:12 MichaelDeBoey