When running npm i -g @sasjs/cli the following appears in the console:
npm WARN axios-cookiejar-support@1.0.1 requires a peer of @types/tough-cookie@>=2.3.3 but none is installed. You must install peer dependencies yourself.
Expected - there are zero warnings in the console when installing SASjs packages
This should be easy to fix - npm i @types/tough-cookie
When running
npm i -g @sasjs/cli
the following appears in the console:Expected - there are zero warnings in the console when installing SASjs packages
This should be easy to fix -
npm i @types/tough-cookie