Gregory Rycroft
Gregory Rycroft
`npm install --legacy-peer-deps` This should solve your issue.
Not sure if something could be changed in the package requirements to make this work as normal, but I certainly found myself that using the --legacy-peer-deps flag resolved the NPM...
@heloufir To be clear, I had the exact same issue when running npm install as @PovilasKorop - using the --legacy-peer-deps flag was the only way I could get it to...
This is related to https://github.com/uvdesk/core-framework/issues/618 The dump on an undefined variable referenced here stops the workflow running. As stated this is fixed in master but not on the latest release.