Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

Linux version can't update to 1.25 because it's missing node-stream-zip package. Fixed the problem by installing it myself and deleting the package.json files.

Didn't try just copying the old node_modules folder to the new one but it might work.

Until the fix is in, if you have node installed, just go to the directory and run "npm install node-stream-zip" and "rm package*.json".