Skip to content

Instantly share code, notes, and snippets.

@sifue
Created August 31, 2017 10:51
Show Gist options
  • Save sifue/0e4df969204295909ceb61052a4bf92f to your computer and use it in GitHub Desktop.
Save sifue/0e4df969204295909ceb61052a4bf92f to your computer and use it in GitHub Desktop.
共有フォルダのワークスペースでインストールできない人のコマンド
mkdir ~/workspace2
cd workspace2
npm install request
cd ~/workspace/npm-training
rm -rf node_modules
cp - ../../workspace2/node_modules .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment