Closed niemyjski closed 4 years ago
I can't install the package on node v10 because it doesn't compile the fsevents dep. It appress that you depend on chokidar which depends on fsevents@1.1.2 if we update to the latest dep this issue is fixed.
npm la fsevents
This can be resolved by the end user by just adding "fsevents": "1.2.3", the the package.json in the mean time.
"fsevents": "1.2.3",
Chokidar dependency has been removed.
I can't install the package on node v10 because it doesn't compile the fsevents dep. It appress that you depend on chokidar which depends on fsevents@1.1.2 if we update to the latest dep this issue is fixed.
npm la fsevents