Zoltan Kochan

Results 81 issues of Zoltan Kochan

## Proposed Changes - - -

## Proposed Changes - - -

When adding a new dependency, supi needs not the same/all options that are needed during nameless installation. So there should be a different options type: AddDependencyOptions

Test created on branch `fix/reporter` should pass

The test is already written, just unskip it and make it pass. Test name: 'peer dependencies are linked'

## Proposed Changes - - -

## Proposed Changes - - -

The resolution stage should not be blocked by the fetch stage. Once we resolve a dependency, we should immediately proceed to resolving its own dependencies. Fetching of packages to the...