美文网首页
阿里云函数计算nodejs+phantomjs遇到permiss

阿里云函数计算nodejs+phantomjs遇到permiss

作者: UU小宝 | 来源:发表于2018-07-23 04:44 被阅读0次

这几天在折腾函数计算,在函数计算上用phantomjs实现渲染网页。可是遇到这个permission denied这个问题,如果你用的是phantomjs-node库,也可能提示 spawn EACCES。

解决办法:打包的时候,别在windows下打包,用官方工具fcli的沙盒状态下打包,否则phantomjs的权限可能丢失。

折腾了好久,结果在函数计算官方文档里查到的解决办法:https://help.aliyun.com/knowledge_detail/56103.html?spm=a2c4g.11186623.6.657.FUHnKj#run-executable-binary-permission-denied

给其他小伙伴提醒一下。

相关文章

网友评论

      本文标题:阿里云函数计算nodejs+phantomjs遇到permiss

      本文链接:https://www.haomeiwen.com/subject/nycdmftx.html