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
/opt/dpp/node_modules/docker-compose/index.js:235
);
^
SyntaxError: Unexpected token )
at Object.exports.runInThisContext (vm.js:76:16)
at Module._compile (module.js:513:28)
at Object.require.extensions.(anonymous function) [as .js] (/opt/dpp/node_modules/lab/lib/coverage.js:37:28)
at Module.load (module.js:458:32)
at tryModuleLoad (module.js:417:12)
at Function.Module._load (module.js:409:3)
at Module.require (module.js:468:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (/opt/dpp/test/00project.test.js:6:17)
docker compose version=0.17.0
Immediate resolution was removing of trailing commas in buildAll, buildMany and push functions.
The text was updated successfully, but these errors were encountered:
Steveb-p
added a commit
to Steveb-p/docker-compose
that referenced
this issue
Apr 30, 2019
As reported by Jins George on slack:
Hello, I am trying to use docker-compose in a hapijs project running on node 6.3.1 and running into following error. Any idea what might be the issue?
docker compose version=0.17.0
Immediate resolution was removing of trailing commas in
buildAll
,buildMany
andpush
functions.The text was updated successfully, but these errors were encountered: