Change my project directory and now it does not work, I already did a replace with sublime text and changed all the old routes of the project to the new ones
Old path: /Users/Santiago/Desktop/Work
New route: /Users/Santiago/Desktop/Work/frontend
Error: Couldn't find preset "es2015" relative to directory "/Users/santiago/Desktop/Work" while parsing file: /Users/santiago/Desktop/Work/frontend/src/index.js
Content of that index.js
'use strict';
import 'babel-polyfill';
import framework from './framework';
import domready from 'domready';
if (process.env.NODE_ENV === 'development') require('./util/stats')();
domready(framework);
I read that it is something of Babel, but everywhere they say that I installed it and I have it installed, I simply moved the project from place