-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error message on Ubuntu 16.04 #50
Comments
Hey @solarisfire, We support Node >= 7.6.0 |
Any chance you could put that in the package.json file so idiots like me get stopped at install? I ended up just running inside a container for now. However it doesn't look quite right with all of the lines being replaced by x's. I'll upgrade to nodejs 8 a bit later today. It's a bit of a pain on Ubuntu 16.04 as it installs 4.2.6 by default. |
woohoo 🎉 😄 @solarisfire we do have it on the package.json, in the form of:
but not all package managers respect it, or some would just show an warning during install but will still proceed with installing it. We also show a Node.js version badge on the README but I guess it's easy to miss too. |
I'll close for now but please feel free to re-open if there's anything more we can help with. |
Hi, |
thanks! useful to know ;-) |
@lirantal @theFra985 @solarisfire I have a solution for bad GUI drawing in PuTTY. In your session settings, you need to check the following box: |
thanks @norweeg 👍✨ |
Expected Behavior
Dockly should run.
Actual Behavior
root@neo:~# dockly
/usr/local/lib/node_modules/dockly/src/screen.js:36
constructor (utils = new Map()) {
^
SyntaxError: Unexpected token =
at exports.runInThisContext (vm.js:53:16)
at Module._compile (module.js:374:25)
at Object.Module._extensions..js (module.js:417:10)
at Module.load (module.js:344:32)
at Function.Module._load (module.js:301:12)
at Module.require (module.js:354:17)
at require (internal/module.js:12:17)
at Object. (/usr/local/lib/node_modules/dockly/index.js:10:16)
at Module._compile (module.js:410:26)
at Object.Module._extensions..js (module.js:417:10)
root@neo:~# node --version
v4.2.6
Steps to Re-produce the Problem
Context
node --version
): v4.2.6 (current in Ubuntu 16.04 LTS)docker --version
): Docker version 1.13.1, build 092cba3/var/run/docker.sock
? /var/run/docker.sock: socket (yes)docker info
:Containers: 5
Running: 5
Paused: 0
Stopped: 0
Images: 6
Server Version: 1.13.1
Storage Driver: aufs
Root Dir: /var/lib/docker/aufs
Backing Filesystem: extfs
Dirs: 50
Dirperm1 Supported: true
Logging Driver: json-file
Cgroup Driver: cgroupfs
Plugins:
Volume: local
Network: bridge host macvlan null overlay
Swarm: inactive
Runtimes: runc
Default Runtime: runc
Init Binary: docker-init
containerd version: (expected: aa8187dbd3b7ad67d8e5e3a15115d3eef43a7ed1)
runc version: N/A (expected: 9df8b306d01f59d3a8029be411de015b7304dd8f)
init version: N/A (expected: 949e6facb77383876aeff8a6944dde66b3089574)
Security Options:
apparmor
seccomp
Profile: default
Kernel Version: 4.4.0-112-generic
Operating System: Ubuntu 16.04.3 LTS
OSType: linux
Architecture: x86_64
CPUs: 4
Total Memory: 31.32 GiB
Name: neo
ID: ***
Docker Root Dir: /var/lib/docker
Debug Mode (client): false
Debug Mode (server): false
Registry: https://index.docker.io/v1/
WARNING: No swap limit support
Experimental: false
Insecure Registries:
127.0.0.0/8
Live Restore Enabled: false
The text was updated successfully, but these errors were encountered: