Error message on Ubuntu 16.04
See original GitHub issueExpected 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.<anonymous> (/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
- Install Ubuntu 16.04
- Install docker and create some docker containers
- Install node, npm & dockly
- Run
Context
- Operating System: Ubuntu
- Node.js version (run
node --version
): v4.2.6 (current in Ubuntu 16.04 LTS) - Package version: dockly@3.3.1
- Docker version (run
docker --version
): Docker version 1.13.1, build 092cba3 - Is docker installed locally? Yes
- Do you have containers created? Yes
- Does this file exists
/var/run/docker.sock
? /var/run/docker.sock: socket (yes) - Output of
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
Issue Analytics
- State:
- Created 6 years ago
- Comments:9 (6 by maintainers)
Top Results From Across the Web
How can I read and capture error messages that appear on ...
I am having errors pop up quickly (can't read them) before my login window appears. I can't find them in syslog. Is there...
Read more >How to fix Sorry, Ubuntu 16.04 has experienced an internal ...
In this video I will show how to fix Sorry, Ubuntu 16.04 has experienced an internal error in Ubuntu 16.04 LTS* Important Disclaimer...
Read more >Ubuntu 16.04.3 for Dell EMC PowerEdge Servers Release ...
Description: dmesg displays the following BAR failure messages on system startup: pci :BAR 6: failed to assign [mem size 0x00100000 pref. Applies to:...
Read more >How to Solve the Upgrade Ubuntu Install Updates Error
When updating from Ubuntu 16.04 to 18.04, we used the following command as one of the steps to update to the newer version....
Read more >Signal-Desktop 5.42.0 doesn't start on Ubuntu 16.04 ... - GitHub
Hi all, I experience the same issue with Ubuntu 16.04. No startup via icon, same symbol lookup error via when starting via command...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@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! useful to know 😉