gulp4を使う時にエラー TypeError: Cannot read property ‘apply’ of undefined

gulpを使う時に以下のようなエラーが
TypeError: Cannot read property 'apply' of undefinedググるとグローバルとローカルのgulpのバージョンが違うのが原因とのこと。gu ...
gulpでエラー Error: The `libsass` binding was not found

また同じことがあった時のために記録しておきます。
gulp でbuild しようとしたらエラーが出ました(Windows7使用中)
D:\xxx\node_modules\node-sass\lib\extensio ...