phantomjs Can't find variable Promise 오류 작성일 2018-01-10 Edited on 2021-01-12 In javascript , nodejs , phantomjs Views: Disqus: 원인phantomjs에서 Promise를 지원하지 않기 때문이다. 해결spec html문서에 polyfill을 추가하자1<script src="https://cdn.jsdelivr.net/npm/promise-polyfill"></script>