Skip to content

Plugins errors after gulp build process #2985

@kovart

Description

@kovart

I'm getting plugins errors that fail running my presentation.

notes.js:1 Uncaught TypeError: R is not a function
    at notes.js:1
    at notes.js:1
    at notes.js:1
(anonymous) @ notes.js:1
(anonymous) @ notes.js:1
(anonymous) @ notes.js:1
markdown.js:1 Uncaught TypeError: I is not a function
    at markdown.js:1
    at markdown.js:1
    at markdown.js:1
(anonymous) @ markdown.js:1
(anonymous) @ markdown.js:1
(anonymous) @ markdown.js:1
highlight.js:1 Uncaught TypeError: qs is not a function
    at highlight.js:1
    at highlight.js:1
    at highlight.js:1
(anonymous) @ highlight.js:1
(anonymous) @ highlight.js:1
(anonymous) @ highlight.js:1
(index):36 Uncaught ReferenceError: RevealMarkdown is not defined
    at (index):36

Reveal.js 7.1.2
System: Windows 10 + node v14.15.4 + npm 7.20.0

Steps to repdroduce:
Download 7.1.2 zip archive (or master)
npm i, npm run build, npm run start
Open localhost:8000 and see the errors in a browser console.

Replacing the plugins from the archive resolves the issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions