You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems similar to #17. I've tried both rebuild commands as suggested by @soyuka. Running this command: cat /Users/tsiebler/.pm2/logs/pm2-webshell-error.log
Leads to 100s of repeats of this line:
Error: Module version mismatch. Expected 46, got 57.
at Error (native)
at Object.Module._extensions..node (module.js:434:18)
at Module.load (module.js:343:32)
at Function.Module._load (module.js:300:12)
at Module.require (module.js:353:17)
at require (internal/module.js:12:17)
at Object.<anonymous> (/Users/tsiebler/.pm2/modules/pm2-webshell/node_modules/pty.js/lib/pty.js:9:11)
at Module._compile (module.js:409:26)
at Object.Module._extensions..js (module.js:416:10)
at Module.load (module.js:343:32)
Error: Module version mismatch. Expected 46, got 57.
at Error (native)
at Object.Module._extensions..node (module.js:434:18)
at Module.load (module.js:343:32)
at Function.Module._load (module.js:300:12)
at Module.require (module.js:353:17)
at require (internal/module.js:12:17)
at Object.<anonymous> (/Users/tsiebler/.pm2/modules/pm2-webshell/node_modules/pty.js/lib/pty.js:9:11)
at Module._compile (module.js:409:26)
at Object.Module._extensions..js (module.js:416:10)
at Module.load (module.js:343:32)
I'm using node 8.9.1 and cannot downgrade. Any ideas?
The text was updated successfully, but these errors were encountered:
Seems similar to #17. I've tried both rebuild commands as suggested by @soyuka. Running this command:
cat /Users/tsiebler/.pm2/logs/pm2-webshell-error.log
Leads to 100s of repeats of this line:
I'm using node 8.9.1 and cannot downgrade. Any ideas?
The text was updated successfully, but these errors were encountered: