From dec6a45367d60dea12b352ea1edc2d41ede6a992 Mon Sep 17 00:00:00 2001 From: Andrew Shu Date: Tue, 12 Nov 2024 21:38:32 -0800 Subject: [PATCH] ansible: remove obsolete "npm ci" workaround --- ansible/roles/nodejs/tasks/main.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/ansible/roles/nodejs/tasks/main.yml b/ansible/roles/nodejs/tasks/main.yml index f402c3a..63311c0 100644 --- a/ansible/roles/nodejs/tasks/main.yml +++ b/ansible/roles/nodejs/tasks/main.yml @@ -12,6 +12,3 @@ # --no-bin-links option is needed to prevent npm from creating symlinks in the .bin # directory, which doesn't work inside Vagrant on Windows no_bin_links: true - # npm ci needs to be run, for a clean install, instead of npm install. - # otherwise node_modules is never created/updated (Ansible bug?) - ci: true