BabelJs over Heroku: Couldn't find preset “env” relative to directory “/app”
问题 I have an application with SailsJs over NodeJs on Heroku and I can't run babeljs on. It runs ok on my localhost, but I always get the error: Error: Couldn't find preset "env" relative to directory "/app" The Heroku persists in look for itens at /app folder. This project does not have one /app folder My app folders structure is: app_name - api - assets - config - tasks - views I follow the documentation of http://babeljs.io to my .babelrc .babelrc now: { "presets": ["react", "env", "stage-1"],