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

Commit

Permalink
Merge pull request #1651 from danepowell/patch-3
Browse files Browse the repository at this point in the history
Update NPM by default
  • Loading branch information
geerlingguy authored Jan 17, 2018
2 parents 7179eae + 1cc6763 commit 91e2feb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion default.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,8 @@ 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_npm_global_packages: []
nodejs_npm_global_packages:
- name: npm
nodejs_install_npm_user: "{{ drupalvm_user }}"
npm_config_prefix: "/home/{{ drupalvm_user }}/.npm-global"

Expand Down

0 comments on commit 91e2feb

Please sign in to comment.