Search Criteria
Package Details: slidev-cli 0.43.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/slidev-cli.git (read-only, click to copy) |
---|---|
Package Base: | slidev-cli |
Description: | Presentation Slides for Developers |
Upstream URL: | https://sli.dev |
Licenses: | MIT |
Submitter: | dusansimic |
Maintainer: | None |
Last Packager: | dusansimic |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2021-11-16 08:52 (UTC) |
Last Updated: | 2023-09-13 09:14 (UTC) |
Dependencies (2)
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs6-binAUR, nodejs-lts-hydrogen, nodejs-lts-iron, nodejs-lts-jod)
- npm (corepackerAUR, python-nodejs-wheelAUR, nodejs6-binAUR) (make)
Latest Comments
butla commented on 2023-03-22 19:36 (UTC) (edited on 2023-03-23 13:15 (UTC) by butla)
I'm getting an error when trying to build the default sample presentation.
Reproduction:
slidev init
to get a sample presentationslidev build
Error I'm getting:
It looks like
slidev
isn't seeing thenode_modules
in the current work directory.EDIT: I started installing slidev into local
node_modules
withnpm install @slidev/cli
.