nerve init 尝试安装未发布的 @uncaged/nerve-core,显示 404 错误 #28
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
nerve init执行pnpm install时报错:Why
@uncaged/nerve-core还未发布到 npm,但 init 生成的 workspacepackage.json将其列为依赖。Expected
两种修法:
Reproduce