bash: npm: command not found?

前端 未结 11 1447
情歌与酒
情歌与酒 2020-12-30 19:33

I\'m learning laravel and follwing this tutorial,

But when I went try and install npm, is says bash: npm: command not found

11条回答
  •  执念已碎
    2020-12-30 20:31

    in redhat base OS (tested in centos 7)

    yum install nodejs npm -y
    

    in debian base OS

    apt-get install -y npm    
    

提交回复
热议问题