sasjs / cli

Command line interface for creating, compiling, and building SAS® projects
https://cli.sasjs.io
MIT License
37 stars 5 forks source link

Warnings in console when installing CLI #996

Closed allanbowe closed 2 years ago

allanbowe commented 3 years ago

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.

image

Expected - there are zero warnings in the console when installing SASjs packages

This should be easy to fix - npm i @types/tough-cookie

allanbowe commented 2 years ago

fixed now