removed slidev

This commit is contained in:
aminnairi
2024-01-13 22:24:31 +01:00
parent 1b0c91baa1
commit 9651cc9248
3 changed files with 0 additions and 25 deletions
-23
View File
@@ -1,23 +0,0 @@
---
- name: Install Node.js
become: true
pacman:
name: nodejs
state: latest
- name: Install NPM
become: true
pacman:
name: npm
state: latest
- name: Install Slidev globally through NPM
community.general.npm:
path: /$HOME/.local/lib/node_modules
name: '@slidev/cli'
- name: Install Slidev default theme globally through NPM
community.general.npm:
path: /$HOME/.local/lib/node_modules
name: '@slidev/theme-default'
- name: Install Playwright Chromium for Slidev globally through NPM
community.general.npm:
path: /$HOME/.local/lib/node_modules
name: playwright-chromium