browserify error /usr/bin/env: node: No such file or directory

后端 未结 9 604
盖世英雄少女心
盖世英雄少女心 2020-11-29 17:17

I installed node js and npm via apt-get install and all of the dependencies, then I installed browserify

npm install browserify -g

it goes

9条回答
  •  南方客
    南方客 (楼主)
    2020-11-29 18:12

    I seem the same problem when I build atom in Linux.

    sudo apt-get install nodejs-dev
    

    Fix my question.hope helpful to you.

提交回复
热议问题