We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
之前项目使用的是node v0.10,正常使用。因其他项目的问题,将node升级到了node v7.2.0,然后就没有办法release了,具体的问题是
line 2: 15543 Floating point exception(core dumped) fisp release -c -o -d dev sending incremental file list
然后每次release都会产生core.fis.release -c的文件,而且这个文件很大。 这是什么原因呢?要如何解决?
core.fis.release -c
The text was updated successfully, but these errors were encountered:
fis 不支持非长期稳定版本(7.x),最新支持到Node 6.x
Sorry, something went wrong.
No branches or pull requests
之前项目使用的是node v0.10,正常使用。因其他项目的问题,将node升级到了node v7.2.0,然后就没有办法release了,具体的问题是
然后每次release都会产生
core.fis.release -c
的文件,而且这个文件很大。这是什么原因呢?要如何解决?
The text was updated successfully, but these errors were encountered: