검색결과 리스트
글
LANGUAGE/!$%!% ERROR NOTE
2016. 9. 14. 15:21
///// Nodejs - Bower
///// Error (에러)
bower ENOINT Register requires an interactive shell
Additional error details:
Note that you can manually force an interactive shell with --config.interactive
///// Solution (해결)
Gitbash를 재설치 한다. 설치시, 아래 3a, 3b, 3c에 해당하는 옵션으로 필히 체크한다.
1. Uninstall existing GIT bash
2. Reinstall GIT bash (https://git-for-windows.github.io/)
3. Set up during installation:
3a: Select> Use Git form the Windows Command Prompt
3b: Select> Checkout Windows-style, commit Unix-style line endings
3c: Select> Use Windows' default console window
///// 참고
[windows] [mingw] Register requires an interactive shell
https://github.com/bower/bower/issues/2080
'LANGUAGE > !$%!% ERROR NOTE' 카테고리의 다른 글
Exception in thread "main" java.lang.NoClassDefFoundError : java/util/function/Function (0) | 2016.10.09 |
---|---|
[Oracle] ORA-12638 : 신용 검색에 실패했습니다. (0) | 2016.09.26 |
java.lang.NoClassDefFoundError: sun.awt.X11GraphicsEnvironment (1) | 2016.08.25 |
[IE] 자동화서버는 개체를 작성할 수 없습니다. (0) | 2016.08.21 |
[Oracle] ORA-03113: end-of-file on communication channel (0) | 2016.08.03 |