Results 2 comments of Kcrik

Can confirm what daverickdunn said, I updated my Node and NPM, now being on Node: 17.6.0 NPM: 8.5.1 It installed without any problem

Yeah { type: 'success', 'Success Your page has been saved!' } Should probably be something like: { type: 'success', message: 'Success Your page has been saved!' } Javascript won't understand...