Open dreirund opened 2 years ago
There is a fork and it does work with npm v18.x.x, you can try it:
git clone https://github.com/openmpp/github-wikito-converter gwtc
cd gwtc
npm install
npm run build
Hope this helps
There is a fork and it does work with npm v18.x.x, you can try it:
git clone https://github.com/openmpp/github-wikito-converter gwtc cd gwtc npm install npm run build
Hope this helps
Thank you for this.
It has gotten a dependency hell (when I want to make proper GNU/Linux packaging). So I give up on this and I flagged my Arch Linux user repository package for this reason for deletion.
Regards!
npm build
gives me an errorError: Cannot find module 'babel-core'
:I have no idea how
npm
works, but anpm install babel-core
did not solve this.