How to install? npmjs uses old fork
Closed this issue ยท 5 comments
tomabrafix commented
How should this plugin be installed/updated?
npmjs uses not this repo, it uses an old fork with version 0.1.50
(current version should be 0.1.65
). Therefore the installation via npm install
or via /admin/plugins
installs the outdated version and not this one.
SamTV12345 commented
@tomabrafix 0.1.68 is pushed to npmjs. So you should be able to install this plugin.
tomabrafix commented
Thank you.
npmjs still links to the fork. Is this intended?
SamTV12345 commented
Most likely not. @JohnMcLear can you fix this? It is non critical.
JohnMcLear commented
hrm, don't you just need to modify https://github.com/ether/ep_markdown/blob/master/package.json#L12 ?
SamTV12345 commented
hrm, don't you just need to modify https://github.com/ether/ep_markdown/blob/master/package.json#L12 ?
Thanks @JohnMcLear . That did the trick ๐ .