pm2 start verdaccio
这时候使用pm2 logs命令:
发现提示找不到verdaccio模块
https://stackoverflow.com/questions/44273846/verdaccio-fail-to-start-having-an-error-cannot-find-module
使用此命令即可(注意是反引号,需要解析变量的)
pm2 show xx查看
微信扫一扫
pm2 start verdaccio
这时候使用pm2 logs命令:
发现提示找不到verdaccio模块
https://stackoverflow.com/questions/44273846/verdaccio-fail-to-start-having-an-error-cannot-find-module
使用此命令即可(注意是反引号,需要解析变量的)
pm2 show xx查看
相关推荐