ze-ming

Results 6 comments of ze-ming

> installing modules from github is normal. What errors are you getting? I am always stuck in this module. ![image](https://user-images.githubusercontent.com/39593790/87935800-56fc5680-cac4-11ea-883f-38ffd279b148.png) It seems that install just stop at this module.

> You could try deleting package-lock.json and editing package.json these 2 lines > > ``` > "@gfxfundamentals/lesson-builder": "git://github.com/gfxfundamentals/lesson-builder.git#v1.4.1", > "@gfxfundamentals/live-editor": "git://github.com/gfxfundamentals/live-editor.git#v1.0.8", > ``` > > Change to this > >...

Yes, I notice that it should never use sudo with npm. I just have no idea how to build this project successfully, All I want to know is the state-diagram(Could...

> The state-diagram is just a demo. It is not designed to be used with your own code. Sorry. > > You could try to hack yourself. The problem is...

I import highlight.js and highlightjs-line-numbers.js in index.html. Then use following code to initialize: ```javascript hljs.initHighlightingOnLoad(); hljs.initLineNumbersOnLoad(); ``` when it comes to update the highlight code and just use following code...

> I try it ,but failed o(╥﹏╥)o , Thanks all the way where did you initialize the format?