Skip to content

Commit 09f24c6

Browse files
committed
🔥 Removed NODE_PATH export from pwsh/exports.ps1
1 parent 3f39075 commit 09f24c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pwsh/exports.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Set-Environment "JAVA_HOME" "C:\Program Files\Java\jdk1.8.0_211"
3232

3333
# NPM Root
3434
# TODO: Use `npm -g root` command instead
35-
Set-Environment "NODE_PATH" "C:\Users\Pat\scoop\persist\nodejs-lts\bin\node_modules"
35+
# Set-Environment "NODE_PATH" "C:\Users\Pat\scoop\persist\nodejs-lts\bin\node_modules"
3636

3737
# Python Output Encoding
3838
# Set-Environment "PYTHONIOENCODING" "utf-8"

0 commit comments

Comments
 (0)