Marco

Results 7 issues of Marco

error: zsh: command not found: aws-upload Manual solution: # Add manually to .zshrc export PATH="$PATH:$HOME/.composer/vendor/bin" Or: echo 'export PATH="$PATH:$HOME/.composer/vendor/bin"' >> ~/.bashrc

``` Type error: Type '{ values: {}; until: string; panelColors: string[]; }' is missing the following properties from type 'Readonly': weekLabelAttributes, monthLabelAttributes, panelAttributes 51 | {track && track.name} 52 |...

in `.npmrc` add a path to an editor with an empty space in it ``` editor=/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl ``` or ``` editor=/Applications/Visual Studio Code.app/Contents/Resources/app/bin/code ``` then on `npm edit` ``` ➜...

Priority 2