install gulp browserify gives error always

空扰寡人 提交于 2019-12-05 14:39:59

Which version of node are you running? The kind of error that you are having normally show up when you are trying to install newer modules on an older version of node.

1 - rm -rf node_modules

2 - update node to the latest version

  2.1 - sudo npm cache clean -f
  2.2 - sudo npm install -g n
  2.3 - sudo n stable

3 - try to install gulp-browsify again

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!