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
我在electronjs中使用sdk,获取配置后会报错 在创建目录的时候由于group中带有冒号(:)导致失败,windows不允许创建带冒号的文件夹
查看了一下代码,在https://github.com/nacos-group/nacos-sdk-nodejs/blob/master/packages/nacos-config/src/snapshot.ts 中,getSnapshotFile方法做一下处理应该就可以了
The text was updated successfully, but these errors were encountered:
No branches or pull requests
我在electronjs中使用sdk,获取配置后会报错
在创建目录的时候由于group中带有冒号(:)导致失败,windows不允许创建带冒号的文件夹
查看了一下代码,在https://github.com/nacos-group/nacos-sdk-nodejs/blob/master/packages/nacos-config/src/snapshot.ts 中,getSnapshotFile方法做一下处理应该就可以了
The text was updated successfully, but these errors were encountered: