2020-04-01から1ヶ月間の記事一覧

yarn devでCannot find module '@babel/compat-data/corejs3-shipped-proposals'と怒られた時の対処

エラー内容 yarn devでローカルサーバー立ち上げ Cannot find module '@babel/compat-data/corejs3-shipped-proposals' と怒られる 原因がわからん 本題とは関係ねえのだけれど、nuxtプロジェクトにgoogle analyticsを入れようとしたら謎のエラーが出てわち…

git clone出来ない時にIPアドレスを変更した対処

エラー内容 $ git clone git@bitbucket.org:リモートリポジトリ Cloning into リモートリポジトリ... Forbidden fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. ローカル…

作業ブランチを間違えてコミットしてしまった時の対処

git

developmentブランチで作業してたつもりが、masterブランチでコミットまでしてた。 経緯 コミットしてプッシュしたら $ git push origin development Everything up-to-date あれ?pushされない ブランチ確認すると $ git branch development * master やっ…

vagrant upできない

環境 mac OS catalina 10.15.3 virtualbox 6.0.14r133895 新しいmacが来たので、timemechineとハードディスクでデータ移行をした。 1日足らずで出来たし便利すぎる。 新しいmacでvagrant upしたら以下のエラー Bringing machine ‘default’ up with ‘virtualb…

pythonのバージョンが切り替わらない

Python 2.7.10からPython3.6.3に切り替わらないエラー Python3.6.3のインストール homebrewのアップデート $ brew update 複数のpython環境を扱えるようにpyenvを使用 $ brew install pyenv インストール $ pyenv install --list # インストール可能なバージ…

yarn devでエラー

$ yarn dev でエラー friendly-errors 12:49:17 i Waiting for file changes 12:49:20 i Memory usage: 459 MB (RSS: 972 MB) 12:49:20 i No type errors found nuxt:typescript 12:49:27 i Version: typescript 3.8.3 nuxt:typescript 12:49:27 i Time: 141…

vagrant -vで何も表示されない

mac os 10.11.6 vagrant 2.2.7 virtualbox 6.1.4r136177 vagrantとvirtualboxをインストール後、vagrant -vで出力されなかった $ vagrant -v 出力されない 尚、VBoxManage -vは正常に表示された。 結論 vagrant2.2.6 virtualbox6.0.14r133895 で動いた情報が…