grimmer0125 / markdown-preview-kramdown

An Atom package which lets you preview Kramdown files (a kind of markdown and used by GitHub Pages). It is modified from Markdown Preview. https://atom.io/packages/markdown-preview-kramdown
MIT License
5 stars 0 forks source link

Won't install within the Atom packages installer #5

Open jasonnovich opened 6 years ago

jasonnovich commented 6 years ago

I am having difficulty installing the kramdown package in Atom for windows using the package installer that comes with Atom. The version that is linked though Atom is 0.6.1.

Thanks. J.

grimmer0125 commented 6 years ago

Hi @jasonnovich ,

Did you ever follow the windows instruction on README:

On Windows, follow the steps in https://github.com/nodejs/node-gyp, start from On Windows: and you do not need to manually install global node-gyp node package since Atom should have this. In the guide, there are two options, and option1 is my suggested way (But it needs to install your own node/npm first).

And if you tried but still get error, could you give me your windows version and even possible logs? You can goto View->Developer -> Toggle Developer tools? I'm not sure if the installaion error will be printed here or not, just check.

Grimmer