Please include the following information:
- Dart SDK version (
dart --version): 2.19.6
- dpx version (
dpx --version): 0.0.0
If I have a dart package installed locally on my machine (via dart pub global activate -spath ./path/to/dart/package), running dpx cmd_name will still prompt for installation event though its available
# install via -spath
$ dart pub global activate -spath ./scip-dart
# run via dpx
$ dpx scip_dart ./
Need to install the following packages:
scip_dart
Ok to proceed? (y/n)
Is this functionality expected? I would anticipate dpx to prioritize whatever is installed globally, regardless of how it was installed
If I have a dart package installed locally on my machine (via
dart pub global activate -spath ./path/to/dart/package), runningdpx cmd_namewill still prompt for installation event though its availableIs this functionality expected? I would anticipate dpx to prioritize whatever is installed globally, regardless of how it was installed