Skip to content
This repository was archived by the owner on Feb 13, 2023. It is now read-only.

Commit 5693887

Browse files
authored
Merge pull request #747 from oxyc/issue-744
Issue #744: Fix npm_config_prefix directory created under root instead of vagrant
2 parents 407b94c + c5ba5f8 commit 5693887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

default.config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ adminer_install_filename: index.php
255255
nodejs_version: "0.12"
256256
nodejs_npm_global_packages: []
257257
nodejs_install_npm_user: "{{ drupalvm_user }}"
258-
npm_config_prefix: "~/.npm-global"
258+
npm_config_prefix: "/home/{{ drupalvm_user }}/.npm-global"
259259

260260
# Ruby Configuration (if enabled above).
261261
ruby_install_gems_user: "{{ drupalvm_user }}"

0 commit comments

Comments
 (0)