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

2.7.0 not working for strange reason #23

Closed
m-messiah opened this issue Feb 6, 2017 · 2 comments
Closed

2.7.0 not working for strange reason #23

m-messiah opened this issue Feb 6, 2017 · 2 comments

Comments

@m-messiah
Copy link

Hello, I have your package as dependency of aglio-theme-olio,

When I try to gulp build, I have a strange error:

/build/proj/api/node_modules/markdown-it-anchor/index.js:79
      var slug = token.attrGet('id');
                       ^

TypeError: token.attrGet is not a function
    at /build/proj/api/node_modules/markdown-it-anchor/index.js:79:24
    at Array.forEach (native)
    at Array.<anonymous> (/build/proj/api/node_modules/markdown-it-anchor/index.js:71:8)
    at Core.process (/build/proj/api/node_modules/markdown-it/lib/parser_core.js:51:13)
    at MarkdownIt.parse (/build/proj/api/node_modules/markdown-it/lib/index.js:493:13)
    at MarkdownIt.render (/build/proj/api/node_modules/markdown-it/lib/index.js:513:36)
    at decorate (/build/proj/api/node_modules/aglio-theme-olio/lib/main.js:404:32)
    at Object.exports.render (/build/proj/api/node_modules/aglio-theme-olio/lib/main.js:646:5)
    at /build/proj/api/node_modules/aglio/lib/main.js:133:20

If I force install 2.6.0 version - all works ok.

@kadishmal
Copy link

kadishmal commented Feb 6, 2017

:) See #24, too. We've been bitten by this at the same time.

@valeriangalliat
Copy link
Owner

valeriangalliat commented Feb 6, 2017

Sorry for this, see my comment on #24, it's reverted with 2.7.1 :)

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

No branches or pull requests

3 participants