browser-unhandled-rejection icon indicating copy to clipboard operation
browser-unhandled-rejection copied to clipboard

Can't use it on node 10?

Open Mazuh opened this issue 6 years ago • 0 comments

I did npm i browser-unhandled-rejection. And in my code:

import { auto } from 'browser-unhandled-rejection';

But my terminal is outputting Can't resolve 'browser-unhandled-rejection' error.

Using node 10.8.0 and npm 6.2.0.

Mazuh avatar Aug 23 '18 20:08 Mazuh