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
After I addressed #285 by removing all the resolved URLs from package-lock.jsonnpm install still failed, in particular the installation of act-rules-implementation-mapper failed with the following error. Apparently that is due to act-rules-implementation-mapper only supporting Node < 13 (see also act-rules/act-rules-implementation-mapper/pull/25). I was initially trying to use the latest Node 16, changing to Node 12 did do the trick ... I think it would be nice if npm install worked out of the box with the latest version of Node.
After I addressed #285 by removing all the
resolved
URLs frompackage-lock.json
npm install
still failed, in particular the installation of act-rules-implementation-mapper failed with the following error. Apparently that is due to act-rules-implementation-mapper only supporting Node < 13 (see also act-rules/act-rules-implementation-mapper/pull/25). I was initially trying to use the latest Node 16, changing to Node 12 did do the trick ... I think it would be nice ifnpm install
worked out of the box with the latest version of Node.The text was updated successfully, but these errors were encountered: