rexrainbow / phaser3-rex-notes

Notes of phaser3 engine
MIT License
1.18k stars 260 forks source link

Node 16 Support? #368

Closed scottcanoni closed 11 months ago

scottcanoni commented 1 year ago

The new version of phaser-rex-notes now requires node 18+ because of the dependency marked which has this listed in its package.json:

"engines": {
    "node": ">= 18"
  }

Anyway around this? I am not even using the markdown feature of the event sheets. Thank you kindly for your time.

rexrainbow commented 1 year ago

I used minify file of marked module internally before, but had not removed the dependence in package.json. Now it has been removed. Will upgrade npm package at end of this month.

scottcanoni commented 1 year ago

Awesome, thanks, I can help confirm.