iutomo

Results 3 comments of iutomo

I'm having the same problem. /usr/local/lib/node_modules/npm/bin/npm-cli.js:82 let notifier = require('update-notifier')({pkg}) ^^^ SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode at exports.runInThisContext (vm.js:53:16) at Module._compile (module.js:373:25)...

@Anjana-rak + @djans, I was able to complete this by changing both microservice/Dockerfile and microservice/Dockerfile from node:4-slim to node:8-slim. ``` bash o$ docker-compose -f docker-compose-microgateway.yaml ps Name Command State Ports...

This is similar if not the same as https://github.com/strongloop/apiconnect-docker/issues/43