gulp - internalBinding is not defined

前端 未结 8 1567
伪装坚强ぢ
伪装坚强ぢ 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

    I also faced the same problem and then I fixed by the following command:

    npm install natives@1.1.6
    

    May be helpful if someone having same issue. updating node to latest version requires above package.

提交回复
热议问题