Pick CKEditor version from package.json without using node #815
Labels
good first issue
Relatively easy to fix. This is a perfect issue if you are willing to create a Pull Request.
target:major
Any docs related issue that should be merged into a major branch.
type:task
Any other issue (refactoring, typo fix, etc).
Milestone
Are you reporting a feature request or a bug?
Task
Provide detailed reproduction steps (if any)
As noted by our user it would be better if we don't rely on
node
to pick the version as it adds extra dependency to deal with.I think that grep would be a nice alternative. Since the script is in bash, we can assume it has the regular linux env binaries around.
Other details
Node-based detection was initially introduced in #572.
The text was updated successfully, but these errors were encountered: