npm i 설치 실패 관련 문의
말씀하신대로 삭제후 npm i bycript실행하면, $ npm i bycript npm ERR! code E404 npm ERR! 404 Not Found - GET https://registry.npmjs.org/bycript - Not found npm ERR! 404 npm ERR! 404 'bycript@latest' is not in the npm registry. npm ERR! 404 You should bug the author to publish it (or use the name yourself!) npm ERR! 404 npm ERR! 404 Note that you can also install from a npm ERR! 404 tarball, folder, http url, or git url. npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\ahnju\AppData\Roaming\npm-cache\_logs\2021-05-01T23_33_12_506Z-debug.log 가 발생합니다... ===================================== 바로 이전 강의에서 nvm install 12.14.0실행하면, Can not determine how many core(s) are available, running in single-threaded mode. Please report an issue on GitHub to help us make nvm run faster on your computer! Local cache found: ${NVM_DIR}/.cache/src/node-v12.14.0/node-v12.14.0.tar.xz Checksums match! Using existing downloaded archive ${NVM_DIR}/.cache/src/node-v12.14.0/node-v12.14.0.tar.xz $>./configure --prefix=/c/Users/ahnju/.nvm/versions/node/v12.14.0 which: no python2.7 in (/mingw64/bin:/usr/bin:/c/Users/ahnju/bin:/c/Program Files (x86)/NAT Service:/c/Program Files (x86)/Common Files/Oracle/Java/javapath:/c/Program Files (x86)/Intel/iCLS Client:/c/Program Files/Intel/iCLS Client:/c/WINDOWS/system32:/c/WINDOWS:/c/WINDOWS/System32/Wbem:/c/WINDOWS/System32/WindowsPowerShell/v1.0:/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/DAL:/c/Program Files/Intel/Intel(R) Management Engine Components/DAL:/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/IPT:/c/Program Files/Intel/Intel(R) Management Engine Components/IPT:/c/Program Files/Intel/WiFi/bin:/c/Program Files/Common Files/Intel/WirelessCommon:/c/WINDOWS/System32/OpenSSH:/c/Program Files (x86)/PuTTY:/c/Program Files/nodejs:/cmd:/c/Users/ahnju/AppData/Local/Programs/Python/Python39/Scripts:/c/Users/ahnju/AppData/Local/Programs/Python/Python39:/c/Users/ahnju/AppData/Local/Microsoft/WindowsApps:/c/Users/ahnju/AppData/Roaming/npm:/c/Users/ahnju/AppData/Local/Programs/Microsoft VS Code/bin) which: no python2 in (/mingw64/bin:/usr/bin:/c/Users/ahnju/bin:/c/Program Files (x86)/NAT Service:/c/Program Files (x86)/Common Files/Oracle/Java/javapath:/c/Program Files (x86)/Intel/iCLS Client:/c/Program Files/Intel/iCLS Client:/c/WINDOWS/system32:/c/WINDOWS:/c/WINDOWS/System32/Wbem:/c/WINDOWS/System32/WindowsPowerShell/v1.0:/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/DAL:/c/Program Files/Intel/Intel(R) Management Engine Components/DAL:/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/IPT:/c/Program Files/Intel/Intel(R) Management Engine Components/IPT:/c/Program Files/Intel/WiFi/bin:/c/Program Files/Common Files/Intel/WirelessCommon:/c/WINDOWS/System32/OpenSSH:/c/Program Files (x86)/PuTTY:/c/Program Files/nodejs:/cmd:/c/Users/ahnju/AppData/Local/Programs/Python/Python39/Scripts:/c/Users/ahnju/AppData/Local/Programs/Python/Python39:/c/Users/ahnju/AppData/Local/Microsoft/WindowsApps:/c/Users/ahnju/AppData/Roaming/npm:/c/Users/ahnju/AppData/Local/Programs/Microsoft VS Code/bin) Please use Python 2.7 nvm: install v12.14.0 failed! 이게 발생했었는데, 여기서부터 문제인건가요? Python을 삭제하고 다시설치했는데도 위와 같이 문구가 나오네요..