assistant-alfred icon indicating copy to clipboard operation
assistant-alfred copied to clipboard

遇到两个问题,并解决.

Open rongl opened this issue 2 years ago • 0 comments

  1. This script must be called from Alfred, $alfred_workflow_cache is missing. Make sure a Bundle ID is set. 解决: mkdir -p /tmp/alfred && export alfred_workflow_cache=/tmp/alfred

  2. internal/process/esm_loader.js:74 internalBinding('errors').triggerUncaughtException( 解决: cd /Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.A634A520-FB18-426E-8EA5-B3A3EF02A620 && npm install

rongl avatar Feb 11 '23 07:02 rongl