Skip to content

Instantly share code, notes, and snippets.

@KoalaBear84
Created July 31, 2015 19:58
Show Gist options
  • Save KoalaBear84/f90e9095f34894fc423c to your computer and use it in GitHub Desktop.
Save KoalaBear84/f90e9095f34894fc423c to your computer and use it in GitHub Desktop.
Agar-mini-map nodejs error
C:\Users\User\Downloads\agar-mini-map-v0.46-win-x64\server>npm run start
> mini-map-server@0.0.1 start C:\Users\User\Downloads\agar-mini-map-v0.46-win-x64\server
> node dist/server.js
module.js:355
Module._extensions[extension](this, filename);
^
Error: %1 is not a valid Win32 application.
C:\Users\User\Downloads\agar-mini-map-v0.46-win-x64\server\node_modules\msgpack\build\Release\msgpackBinding.node
at Error (native)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Module.require (module.js:365:17)
at require (module.js:384:17)
at Object.<anonymous> (C:\Users\User\Downloads\agar-mini-map-v0.46-win-x64\server\node_modules\msgpack\lib\msgpack.js:6:14)
at Module._compile (module.js:460:26)
at Object.Module._extensions..js (module.js:478:10)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
npm ERR! Windows_NT 6.3.9600
npm ERR! argv "C:\\Programs\\nodejs\\\\node.exe" "C:\\Programs\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "run" "start"
npm ERR! node v0.12.7
npm ERR! npm v2.11.3
npm ERR! code ELIFECYCLE
npm ERR! mini-map-server@0.0.1 start: `node dist/server.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the mini-map-server@0.0.1 start script 'node dist/server.js'.
npm ERR! This is most likely a problem with the mini-map-server package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node dist/server.js
npm ERR! You can get their info via:
npm ERR! npm owner ls mini-map-server
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! C:\Users\User\Downloads\agar-mini-map-v0.46-win-x64\server\npm-debug.log
C:\Users\User\Downloads\agar-mini-map-v0.46-win-x64\server>
@Salmonblubs
Copy link

What's the solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment