2.0.1 • Published 2 years ago
@ccreusat/transform v2.0.1
Rich Text Editor Content Converter
Prerequisites
pnpm: >= 7 | 8node: >= 16 | 18
Getting Started
pnpm installBuild
pnpm buildLint
pnpm lintPrettier
pnpm formatSemantic Release
Node 16 | 18
The package is released to the npm registry via semantic-release. When installing or building locally, you will receive a warning message if you are using node 16:
Unsupported engine: wanted: {"node":">=18"} (current: {"node":"v16.20.0","pnpm":"8.5.0"})Node 18 is required by semantic-release and the Github Action workflow, so that's fine. You can ignore the warning. 👌🏻
Push Force
git push --force is not recommended!
After a git history rewrite due to a git push --force, the git tags and notes referencing the commits that were rewritten are lost.If it happens, read this troubleshooting section: Troubleshooting