Before: smooth deployment process with Meteor 1.12.1
Now getting this error:
Application has thrown an uncaught exception and is terminated:
Error: \\?\C:\home\site\wwwroot\programs\server\npm\node_modules\meteor\accounts-password\node_modules\bcrypt\lib\binding\napi-v3\bcrypt_lib.node is not a valid Win32 application.
\\?\C:\home\site\wwwroot\programs\server\npm\node_modules\meteor\accounts-password\node_modules\bcrypt\lib\binding\napi-v3\bcrypt_lib.node
at Object.Module._extensions..node (internal/modules/cjs/loader.js:1144:18)
at Module.load (internal/modules/cjs/loader.js:950:32)
at Module.Mp.load (C:\home\site\wwwroot\programs\server\runtime.js:46:33)
at Function.Module._load (internal/modules/cjs/loader.js:790:12)
at Module.require (internal/modules/cjs/loader.js:974:19)
at require (internal/modules/cjs/helpers.js:93:18)
at Object.<anonymous> (C:\home\site\wwwroot\programs\server\npm\node_modules\meteor\accounts-password\node_modules\bcrypt\bcrypt.js:6:16)
at Module._compile (internal/modules/cjs/loader.js:1085:14)
at Module.Mp._compile (C:\home\site\wwwroot\programs\server\runtime.js:99:23)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
at Module.load (internal/modules/cjs/loader.js:950:32)
at Module.Mp.load (C:\home\site\wwwroot\programs\server\runtime.js:46:33)
at Function.Module._load (internal/modules/cjs/loader.js:790:12)
at Module.require (internal/modules/cjs/loader.js:974:19)
at require (internal/modules/cjs/helpers.js:93:18)
at npmRequire (C:\home\site\wwwroot\programs\server\npm-require.js:133:12)
Before: smooth deployment process with Meteor 1.12.1
Now getting this error: