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

Commit 91e2feb

Browse files
authored
Merge pull request #1651 from danepowell/patch-3
Update NPM by default
2 parents 7179eae + 1cc6763 commit 91e2feb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

default.config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,8 @@ adminer_install_filename: index.php
298298
# Node.js configuration (if enabled above).
299299
# Valid examples: "0.10", "0.12", "4.x", "5.x", "6.x".
300300
nodejs_version: "6.x"
301-
nodejs_npm_global_packages: []
301+
nodejs_npm_global_packages:
302+
- name: npm
302303
nodejs_install_npm_user: "{{ drupalvm_user }}"
303304
npm_config_prefix: "/home/{{ drupalvm_user }}/.npm-global"
304305

0 commit comments

Comments
 (0)