의 server.js로 가져 옵니까어떻게 expressjs
const salaryService = new SalaryService();
res.send(salaryService.getSalaries('test'));
C:\projects\project\server.js:10
import SalaryService from '/components/utils/SalaryService';
^^^^^^
SyntaxError: Unexpected token import
가 어떻게이를 수 : 내 dev에 서버를 시작하려고 할 때
그러나 나는 다음과 같은 오류 메시지가? 당신이
당신이 그럴 필요하기 바벨 또는 웹팩를 사용할 필요가 ansile your code, 또는 'import'와 같은 es6 기능을 이해할 수있는 방법으로 노드를 실행하십시오. –