gulp - internalBinding is not defined

前端 未结 8 1552
伪装坚强ぢ
伪装坚强ぢ 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 15:10

    In my case, I downgraded my node version from 10.16.0 to 8.11.4 which was required by my current project by this command

    sudo n 8.11.4

提交回复
热议问题