You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am new to using node and relatively new to reveal js but I desperately want to break up my slides into section, and your plugin seems perfect for it.
However, I get some issues when installing:
$ npm audit fix
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\rollup\node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for[email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for[email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
up to date in 3.428s
20 packages are looking for funding
run `npm fund`for details
found 1 low severity vulnerability
run `npm audit fix` to fix them, or `npm audit`for details
$ npm audit fix
fixed 0 of 1 vulnerability in 928 scanned packages
1 vulnerability required manual review and could not be updated
I have also tried manually downloading the external folder into the reveal.js plugins folder, but I just get an empty page when I build the site. Not quite sure what I am missing.
The text was updated successfully, but these errors were encountered:
I am new to using node and relatively new to reveal js but I desperately want to break up my slides into section, and your plugin seems perfect for it.
However, I get some issues when installing:
$ npm audit fix fixed 0 of 1 vulnerability in 928 scanned packages 1 vulnerability required manual review and could not be updated
I have also tried manually downloading the external folder into the reveal.js plugins folder, but I just get an empty page when I build the site. Not quite sure what I am missing.
The text was updated successfully, but these errors were encountered: