2019年8月23日金曜日

TypeError: fsevents is not a constructorをsudo npm i fsevents で解決した


$ sudo npm start

したら

TypeError: fsevents is not a constructor

が出た、、


ググってみると

$ sudo npm i fsevents

で解決しました。