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 启动verdaccio报错:Cannot find module ‘/root/verdaccio‘
阅读 123
2022-03-30
pm2 start verdaccio
这时候使用pm2 logs命令:
发现提示找不到verdaccio模块
https://stackoverflow.com/questions/44273846/verdaccio-fail-to-start-having-an-error-cannot-find-module
使用此命令即可(注意是反引号,需要解析变量的)
pm2 show xx查看
相关推荐
精彩评论(0)