gulp - internalBinding is not defined

前端 未结 8 1546
伪装坚强ぢ
伪装坚强ぢ 2021-02-01 14:19

I\'m getting this error when I try to run the command gulp watch-bs for my UnderStrap child theme for WordPress. I\'ve been using this command for a year with no pr

8条回答
  •  野性不改
    2021-02-01 14:49

    Had the same error. Solved it by installing graceful-fs.

    It seems that natives package is now deprecatd and you should install graceful-fs instead.

    I had node v10.16.1 and glup local version 3.9.1. I ran 'npm install graceful-fs' and glup no longer gave the error in this question. (Can't comment yet, so an answer).

提交回复
热议问题