Richard Wu
Results
1
comments of
Richard Wu
Disable the FsEvents steps: //Edit the following file C:\Users\my_window_username\AppData\Roaming\npm\node_modules\truffle\build\cli.bundled.js //comment the following line of code. // if (!FsEventsHandler.canUse()) opts.useFsEvents = false; //add this line. opts.useFsEvents = false;