Marco

Results 8 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

https://github.com/rxing-core/rxing-wasm/blob/db14d1c44ed1428f7c7ddefa46979515a681e1ec/pkg/package.json#L37 As because of this, the default is the node runtime and it will break used in a PWA. Possible workaround in nextjs: ``` // next.config.js const nextConfig = {...

bug