diff --git a/bucket/node-chakracore.json b/bucket/node-chakracore.json index fb65500e1f..038a23462c 100644 --- a/bucket/node-chakracore.json +++ b/bucket/node-chakracore.json @@ -20,8 +20,8 @@ "cache" ], "env_add_path": [ - ".", - "bin" + "bin", + "." ], "post_install": [ "# Set npm prefix to install modules inside bin and npm cache so they persist", diff --git a/bucket/nodejs-lts.json b/bucket/nodejs-lts.json index 7688ade40c..9c8cc0ddc4 100644 --- a/bucket/nodejs-lts.json +++ b/bucket/nodejs-lts.json @@ -20,8 +20,8 @@ "cache" ], "env_add_path": [ - ".", - "bin" + "bin", + "." ], "post_install": [ "# Set npm prefix to install modules inside bin and npm cache so they persist", diff --git a/bucket/nodejs.json b/bucket/nodejs.json index f7d4997143..d16ccd47bc 100644 --- a/bucket/nodejs.json +++ b/bucket/nodejs.json @@ -20,8 +20,8 @@ "cache" ], "env_add_path": [ - ".", - "bin" + "bin", + "." ], "post_install": [ "# Set npm prefix to install modules inside bin and npm cache so they persist",