firebase를 설치하기 위해서
yarn add global firebase-tools
npm install -g firebase-tools
로 설치를하고
인터넷에 있는대로 npm get prefix 등 alias 등등 모두 써보았지만 안되었다.
하지만 sudo로 글로벌 설치를 하니까 작동한다.
sudo npm i -g firebase-tools
'개발 > Web Programming' 카테고리의 다른 글
'React' must be in scope when using JSX (0) | 2020.08.23 |
---|---|
Expected an assignment or function call and instead saw an expression (0) | 2020.08.07 |
[VS CODE] javascript, react에서 emmet 사용하기 (1) | 2020.08.05 |
BEM (Block Element Modifier) 이란? (0) | 2020.07.31 |
Error: Requires Babel "^7.0.0-0", but was loaded with "6.26.3". If you are sure you have a compatible version of @babel/core (0) | 2020.07.31 |