ToddThomson / tsproject

Typescript minifier and modular typescript bundle optimizer for gulp (Ts Vinyl Adapter).
Other
57 stars 12 forks source link

Unable to install dep when running on Node 10 #110

Closed niemyjski closed 4 years ago

niemyjski commented 6 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

niemyjski commented 6 years ago

This can be resolved by the end user by just adding "fsevents": "1.2.3", the the package.json in the mean time.

ToddThomson commented 4 years ago

Chokidar dependency has been removed.