Error ! installing colyseus@0.9.24 node package

4 Jan 2019, 07:48

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

4 Jan 2019, 12:49

(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

4 Jan 2019, 12:59

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

5 Jan 2019, 03:22

@endel thank you, i will try this.