Update node in vm to 8.x
This commit is contained in:
parent
28498860f8
commit
87e34788c8
1 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ vagrant_plugins:
|
|||
|
||||
# Setting theme to empty will skip sass step:
|
||||
# (drutopia's default theme, octavia, is included)
|
||||
theme:
|
||||
theme:
|
||||
|
||||
# Set this to 'false' if you are using a different site deployment strategy and
|
||||
# would like to configure 'vagrant_synced_folders' and 'apache_vhosts' manually.
|
||||
|
@ -219,7 +219,7 @@ adminer_install_filename: index.php
|
|||
|
||||
# Node.js configuration (if enabled above).
|
||||
# Valid examples: "0.10", "0.12", "4.x", "5.x", "6.x".
|
||||
nodejs_version: "6.x"
|
||||
nodejs_version: "8.x"
|
||||
nodejs_npm_global_packages: []
|
||||
nodejs_install_npm_user: "{{ drupalvm_user }}"
|
||||
npm_config_prefix: "/home/{{ drupalvm_user }}/.npm-global"
|
||||
|
|
Loading…
Reference in a new issue