검색결과 리스트
글
LANGUAGE/!$%!% ERROR NOTE
2019. 5. 20. 19:39
!markdown
# NodeJS (노드제이에스)
### 1. Error 오류
```
gulp[12036]: src\node_contextify.cc:628: Assertion `args[1]- >IsString() ...
```
### 2. Problem 문제
오랜만에 `gulp`로 빌드하던 프로젝트를 다시 정리해보고 싶었다.
그런데, 빌드를 실행했더니 다음과 같은 에러가 발생했다.
### 3. Cause 원인
모르겠다. 아무래도 내가 집중해야할 일은 따로 있기때문에..
깊게 들어가지 말자.
### 4. Solved 해결
```sh
npm i natives
```
### 5. Reference 참조
node asserts in node_contextify.cc:631 Assertion `args[1]->IsString()' failed:
[https://github.com/nodejs/node/issues/20325#issuecomment-416685809](https://github.com/nodejs/node/issues/20325#issuecomment-416685809)