Thief of Wealth

SyntaxError: The requested module 'graphql-yoga' does not provide an export named 'GraphQLServer'

 

graphql-yoga에 GraphQLServer 모듈이 없다고?

 

원래 있다.

 

이런경우에는 babel로 셋팅이 되어 있는지 확인하자..

 

 

npm install @babel/node @babel/core @babel/preset-env --save

 

를 해주고

.babelrc 파일에 

 

{

    "persets": ["@babel/preset-env"]

}

 

문구를 추가해주자.

profile on loading

Loading...