Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hexo-prism-plugin dep prismjs updated to broken 1.7.0 version #54

Closed
jennifer-shehane opened this issue Sep 9, 2017 · 2 comments
Closed

Comments

@jennifer-shehane
Copy link
Member

prismjs (a dependency of hexo-prism-plugin) automatically updated to version 1.7.0, which is broken.

Opened an issue on hexo-prism-plugin: ele828/hexo-prism-plugin#32

Error on npm start/npm run build:

ERROR Plugin load failed: hexo-prism-plugin
TypeError: Cannot read property 'inside' of undefined
    at Object.<anonymous> (/Users/jennifer/Dev/Projects/cypress-documentation/node_modules/prismjs/components/prism-django.js:32:31)
    at Module._compile (module.js:556:32)
    at Object.Module._extensions..js (module.js:565:10)
    at Module.load (module.js:473:32)
    at tryModuleLoad (module.js:432:12)
    at Function.Module._load (module.js:424:3)
    at Module.require (module.js:483:17)
    at require (internal/module.js:20:19)
    at componentsSet.forEach (/Users/jennifer/Dev/Projects/cypress-documentation/node_modules/node-prismjs/index.js:27:27)
    at Array.forEach (native)
    at Object.<anonymous> (/Users/jennifer/Dev/Projects/cypress-documentation/node_modules/node-prismjs/index.js:27:4)
    at Module._compile (module.js:556:32)
    at Object.Module._extensions..js (module.js:565:10)
    at Module.load (module.js:473:32)
    at tryModuleLoad (module.js:432:12)
    at Function.Module._load (module.js:424:3)
    at Module.require (module.js:483:17)
    at require (/Users/jennifer/Dev/Projects/cypress-documentation/node_modules/hexo/lib/hexo/index.js:216:21)
    at /Users/jennifer/Dev/Projects/cypress-documentation/node_modules/hexo-prism-plugin/index.js:5:15
    at /Users/jennifer/Dev/Projects/cypress-documentation/node_modules/hexo/lib/hexo/index.js:232:12
    at tryCatcher (/Users/jennifer/Dev/Projects/cypress-documentation/node_modules/bluebird/js/release/util.js:16:23)
    at Promise._settlePromiseFromHandler (/Users/jennifer/Dev/Projects/cypress-documentation/node_modules/bluebird/js/release/promise.js:512:31)
@bahmutov
Copy link
Contributor

bahmutov commented Sep 9, 2017 via email

@brian-mann
Copy link
Member

Fixed by 214af21

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants