Skip to content

Commit bca6c1d

Browse files
authored
🧹 add more npm standard locations (#5453)
1 parent cc9f5e3 commit bca6c1d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

providers/os/resources/npm.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,14 @@ var (
3232
"/home/*/.npm-global/lib",
3333
// Windows
3434
"C:\\Users\\*\\AppData\\Roaming\\npm",
35+
"C:\\Program Files\\nodejs\\node_modules\\npm",
36+
"C:\\Users\\*\\node_modules",
3537
// macOS
3638
"/Users/*/.npm-global/lib",
39+
// Container app paths
40+
"/app",
41+
"/home/node/app",
42+
"/usr/src/app",
3743
}
3844
)
3945

0 commit comments

Comments
 (0)