I've been following a tutorial on how to code a Password Manager using React, Node.js and MYSQL. I suddenly got this error telling me the file, /EncrpytionHandler, falls outside of the project src/ directory. Though, the file structure is the same as it is in the video. I'm not sure what to do, being that even when I do move the file, the error still occurs. Here is the video to the tutorial and a screeshot of my workspace:
Compiled with problems: ERROR in ./src/App.js 9:0-66 Module not found: Error: You attempted to import ../../server/EncryptionHandler which falls outside of the project src/ directory. Relative imports outside of src/ are not supported. You can either move it inside src/, or add a symlink to it from project's node_modules/.