Hanxx
Hanxx
@jackMort Are you have time to have a look?
suffering same issue. When I want to recover plugins on new machine.
> @lianghx-319 Describe the issue, please. @jorgebucaran I just found that the latest version of fisher will create a fish_plugins file to store the plugin list. It's seem works when...
I think this issue can be closed, after update the document about the file `fish_plugins`
> For a non-string response, it may not be displayed correctly on HTML, so I converted it to a string. If the original response is returned directly, how to ensure...
一样可以删的吧..比如把整个磁盘的 node_modules 全部删掉
如果在 netlify 执行的 node 脚本中需要执行 child_process 需要将 netlify 的环境注入到子进程的执行环境中 ```javascript const spawn = require('child-process').spawn spawn("command", ["options"], { env: process.env }) ``` 否则类似 yarn install 等命令可能会报错