Closed ghost closed 4 years ago
I got this error while compiling my app.
./node_modules/mqtt-react/lib/subscribe.js Module not found: Can't resolve 'object.omit' in 'path\to\my\node_modules\mqtt-react\lib'
I'm working on Windows 10 with NodeJS v14. I tried to reinstall all the packages, but nothing change.
I solved this error by
yarn add object.omit
I got this error while compiling my app.
I'm working on Windows 10 with NodeJS v14. I tried to reinstall all the packages, but nothing change.