m trying to connect my existing mysql db to strapi.there for i created custom strapi project.when i tried to npm run develop, i got bellow error.
`Error: ./.cache/plugins/strapi-plugin-content-manager/admin/src/components/RepeatableComponent/Banner.js 2:87
Module parse failed: Unexpected token (2:87)
File was processed with these loaders:
./node_modules/babel-loader/lib/index.js
You may need an additional loader to handle the result of these loaders.
| “use strict”;var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");var _interopRequireWildcard=require("@babel/runtime/helpers/interopRequireWildcard");Object.defineProperty(exports,"__esModule",{value:true});exports.default=void 0;var _react=_interopRequireWildcard(require(“react”));var _reactIntl=require(“react-intl”);var _propTypes=_interopRequireDefault(require(“prop-types”));var _icons=require("@buffetjs/icons");var _reactFontawesome=require("@fortawesome/react-fontawesome");var _pluginId=_interopRequireDefault(require("…/…/pluginId"))
…
Attention! : don’t print --quickstart at the end!
After you send this command Strapi will ask you about your database connection and configure it.
During this process you can select MySQL or Postgress database.
After that you can simply trasfer your existing project to new insatallation.
@michalmodrzejewski can you confirm that you have nested strapi within another webpack project? It would be useful to know why this error occurs in the first place… changing node modules isn’t really a good solution, unless you use something like patch-package but even then it’s a slippery slope…