|
|
@ -103,8 +103,7 @@ return { |
|
|
|
return result:lower():gsub("%s+", "") |
|
|
|
end |
|
|
|
|
|
|
|
-- base_path = "/usr/lib/node_modules" |
|
|
|
local base_path = "/usr/local/lib/node_modules" |
|
|
|
local base_path = "/usr/lib/node_modules" |
|
|
|
if get_os() == "darwin" then |
|
|
|
base_path = "/opt/homebrew/lib/node_modules" |
|
|
|
end |
|
|
|