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

Set node global install dir to a location writable by vagrant #715

Merged
merged 1 commit into from
Jun 9, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions default.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,9 @@ composer_home_group: "{{ drupalvm_user }}"
composer_global_packages:
- { name: hirak/prestissimo, release: '^0.3' }

# NodeJS Configuration.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you put this after the MySQL configuration?

npm_config_prefix: "~/.npm-global"

# Run specified scripts before or after VM is provisioned. Path is relative to
# the `provisioning/playbook.yml` file.
pre_provision_scripts: []
Expand Down