Created
August 31, 2017 10:51
-
-
Save sifue/0e4df969204295909ceb61052a4bf92f to your computer and use it in GitHub Desktop.
共有フォルダのワークスペースでインストールできない人のコマンド
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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