nodemon: command not found
程序员文章站
2022-05-29 09:09:44
...
nodemon起服务时报错:nodemon: command not found,明明已经安装了:sudo npm install nodemon -g
哔了狗,gulp、grunt也是一样的问题。
npm root 发现路径不对
解决方案
npm config set prefix /usr/local
更改安装目录之后重新安装nodemon、gulp、grunt或者其它库。完美解决。
更新:一个监控文件改变的小技巧
^Cbogon:qd-mobile wuhaiwei$ sudo npm start
^Cbogon:qd-mobile wuhaiwei$ sudo nodemon --exec 'npm start'
项目跟目录下执行上述任一命令,可以把代码同步更新到浏览器,不足之处是还需要在浏览器手动刷新。
推荐阅读
-
mysql found_row()与row_count()实例讲解
-
MySQL Command Line Client一闪而过的问题_MySQL
-
MySQL在command line Client下的一些命令
-
rmarkdown 编译成 pdf 文件时报错 LaTeX Error: File `xxx.sty' not found.
-
LaTex - tlmgr - Solve the problems such as ‘! LaTeX Error: File `pgfornament.sty‘ not found‘.
-
nginx File not found 错误
-
Latex&TeXstudio运行错误File `beamerthemeTianQing.sty‘ not found. \usetheme{TianQing}
-
`LaTeX` Debug笔记之 - `File ' ' not found` (`\includegraphics`)
-
linux安装数据时报错Could not execute auto check for display colors using command /usr/bin/xdpyinfo.
-
Oracle中的ORA-01548: active rollback segment '_SYSSMU1$' found