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部署路径中存在空格,如部署在Program Files路径下的时候,启动startup.bat时,即时设定了nid,也会提示没有设置nid,需要在startup.bat中将 set /p nid=<%nid_file% 改为 set /p nid=<"%nid_file%"
The text was updated successfully, but these errors were encountered:
fixed issue #140 , windows nid
b138c18
No branches or pull requests
如果node部署路径中存在空格,如部署在Program Files路径下的时候,启动startup.bat时,即时设定了nid,也会提示没有设置nid,需要在startup.bat中将
set /p nid=<%nid_file%
改为
set /p nid=<"%nid_file%"
The text was updated successfully, but these errors were encountered: