ToddThomson / tsproject

Typescript minifier and modular typescript bundle optimizer for gulp (Ts Vinyl Adapter).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to install dep when running on Node 10

niemyjski opened this issue · comments

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.

Chokidar dependency has been removed.