We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ccd70a commit 6a64a2eCopy full SHA for 6a64a2e
build/scripts/Paths.fsx
@@ -179,7 +179,7 @@ module Tooling =
179
type NpmTooling(npmId, binJs) =
180
let modulePath = sprintf "%s/node_modules/%s" Paths.ToolsFolder npmId
181
let binPath = sprintf "%s/%s" modulePath binJs
182
- let npm = sprintf "%s/%s" Paths.ToolsFolder Npm.Path
+ let npm = Npm.Path
183
do
184
if doesNotExist modulePath then
185
traceFAKE "npm module %s not found installing in %s" npmId modulePath
0 commit comments