Page Content
Managing issues with installing Phenix SDKs
Some issues with installing the latest Phenix web SDK are caused by the NPM version. Phenix supports version 6.14.11. Version 7 or above is not supported at this time.
Check your version of npm by running npm version
When using an unsupported version of NPM, the user receives an error when installing:
1error ~/…/node_modules/phenix-web-sdk: Command failed.2Exit code: 13Command: npm prune4Arguments:5Directory: /…/node_modules/phenix-web-sdk6Output:7npm ERR! code ERESOLVE8npm ERR! ERESOLVE unable to resolve dependency tree9npm ERR!10npm ERR! While resolving: phenix-web-sdk@2021.0.1211npm ERR! Found: grunt@1.2.112npm ERR! node_modules/grunt13npm ERR! dev grunt@"1.2.1" from the root project14npm ERR!15npm ERR! Could not resolve dependency:16npm ERR! peer grunt@"~0.4" from grunt-sed@0.1.117npm ERR! node_modules/grunt-sed18npm ERR! dev grunt-sed@"0.1.1" from the root project19npm ERR!20npm ERR! Fix the upstream dependency conflict, or retry21npm ERR! this command with --force, or --legacy-peer-deps22npm ERR! to accept an incorrect (and potentially broken) dependency resolution.23npm ERR!24npm ERR! See ~/.npm/eresolve-report.txt for a full report.
v2023-05-24T17:11:08.000Z