I was trying to upgrade node version on our CI environment from node 6 to node 8. I updated the full-icu version as well.
the $NODE_ICU_DATA
is set to /usr/lib/node_modules/full-icu
but still get this error
node: could not initialize ICU (check NODE_ICU_DATA or --icu-data-dir parameters)
Any idea, how to fix this?