ITADN

`syncVersionManagerConfig` doesn't work with unstable_node

#96Openrwalisa 创建于 2025-11-10
R
rwalisacommented
My toolchain config: ```yaml unstable_javascript: packageManager: "npm" syncPackageManagerField: true unstable_node: syncVersionManagerConfig: "nodenv" version: "24.11.0" unstable_npm: {} ``` Neither `moon sync`, nor `moon run <task>` write to `.node-version`. It does work with the non-WASM Node plugin.
0 条评论