Topic Title: Full stack web development
Section: MVC Architecture for Full-Stack App (https://www.codecademy.com/journeys/full-stack-engineer/paths/fscj-22-full-stack-development/tracks/fscj-22-connecting-front-end-to-back-end/modules/fscp-22-how-to-structure-your-apps-62c959cb-c163-4511-9b27-225b0e33e5db/articles/mvc-architecture-for-full-stack-app)
Issue:
I was initially getting an error stating Parsing error: ImportDeclaration should appear when the mode is ES6 and in the module context. I checked in the forums and followed the recommendation of the forum Parsing error: ImportDeclaration should appear when the mode is ES6 and in the module context. As suggested, I used npm audit fix --force
. With this solution, the initial error is gone, but now I am having an error with the following log:
Becasue the initial solution stated in the forum was from last year, I believe I have messed up the module victory-group and maybe some of its dependencies that have been updated since.
Can somebody suggest a workaround?
Thanks!!