# μλ¬ ν΄κ²°π react native template typescript An unexpected error occurred: "https://registry.yarnpkg.com/react-native-template-react-native-template-typescript: Not found"
리μ‘νΈ λ€μ΄ν°λΈλ₯Ό νμ μ€ν¬λ¦½νΈ ν νλ¦ΏμΌλ‘ μΆκ°ν λ λ°μνλ μλ¬.
remove legacy react-native-cli
npm uninstall -g react-native-cli
install new thing
npm i -g @react-native-community/cli
and you can new project with react-native-template-typescript
npx react-native init MyApp --template react-native-template-typescript
- 2μμ
npm ERR! code EACCES
μμΈμ€ μ κ·Ό μλ¬κ° λλ©΄ npm μμsudo
λ₯Ό λΆμ¬μ μ κ·Ό κΆνμ νμ©ν΄μ€λ€. - sudoλ‘ μ κ·Ό κΆνμ΄ μμμλ,
"npm ERR! EEXIST: file already exists, symlink '../lib/node_modules/react-native-cli/index.js' -> '/usr/local/bin/react-native'
npm ERR! File exists: /usr/local/bin/react-native"μ κ°μ μλ¬κ° λλ©΄ ν΄λΉ
/usr/local/bin/react-native
ν΄λλ₯Ό μμ ν ν λ€μ μ€μΉν΄λ³Έλ€.