Este es el error completo.
Module parse failed: Unexpected token (1247:17) You may need an appropriate loader to handle this file type. | | _getConfig(config) { | config = { ...Default$a, | ...Manipulator.getDataAttributes(this._element), | ...(typeof config === 'object' ? config : {})Además, cuando hago clic en el error anterior, en mi navegador me redirige a este código/archivo.
_addTouchEventListeners() { const hasPointerPenTouch = event => { return this._pointerEvent && (event.pointerType === POINTER_TYPE_PEN || event.pointerType === POINTER_TYPE_TOUCH); }; const start = event => { if (hasPointerPenTouch(event)) { this.touchStartX = event.clientX; } else if (!this._pointerEvent) { this.touchStartX = event.touches[0].clientX; } }; const move = event => {He reinstalado o actualizado el nodo, npm y bootstrap, nada funciona. Por favor responda con la solución adecuada