import changeValueNotation from 'beomtil';
모듈처리 방식이 기본적으로 commonJS로 되어있는 상황에서 ES6 방식으로 모듈을 가져오려 해서 발생함. commonJS => require() ES6 => import from
package.json 파일로 가서 아래와 같이 추가해줍니다.
... "type": "module", ...