Error ! installing colyseus@0.9.24 node package

Error !

colyseus@0.9.24 postinstall /home/fancytee/nodevenv/game_server/8/lib/node_modules/colyseus
npm run -s donate

while running npm install on my server through ssh

here is a screen shot

image not found

in case image not visible
https://drive.google.com/file/d/1VM9z4aAC2nuPnkNWQr4FnKwbzBFfePoP/view?usp=sharing

(replied on Discord)

@hardik_sl thanks for sharing, the postinstall script may not be windows-compatible, going to check it out. Your project should work, though, this is the very last step when running npm install

just noticed you need to have npm in your global environment. you can install it using NVM: https://github.com/creationix/nvm

@endel thank you, i will try this.