728x90

npm ERR! A complete log of this run can be found in:

npm cache clean --force 
rm -rf node_modules
npm install

---

error:

Attempted import error: 'Outlet' is not exported from 'react-router-dom' (imported as 'Outlet').

npm install react-router-dom@v6

 

 

728x90

vscode

 

git init

git add ~~

+ 버튼 눌러서 all commit

( git remote rm origin )

commit message 남기기 / git commit -m "first commit"

git branch -m main

get remote -v (확인)

git remote add origin "repo 복사"

git push origin main

git push origin main --force

 

 

rm -rf .git 

 

 

 

git rebase --continue

+ Recent posts