Hi devs,

A couple of people encountered recently a master build failure when
building `flink-runtime-web`:

TypeError: Cannot read property 'resolve' of undefined
(and some node/npm stack trace)

What solved the problem for me and a couple of other persons:

1. update npm/node
  > brew upgrade npm
2. remove `flink-runtime-web/web-dashboard/node` directory
  > rm -rf flink-runtime-web/web-dashboard/node

Hope that helps someone,
Piotrek

Reply via email to