Closed francis-jjk closed 2 years ago
@francis-jjk template is using Yarn with PnP — an alternative to they Node.js modules are installed locally and resolved, you can learn more about this approach here:
https://yarnpkg.com/features/pnp
It is possible to disable it, by setting nodeLinker: node-modules
in .yarnrc.yml
file and reinstalling all the dependencies (yarn install
), as a legacy approach with node_modules
folder.
Also, it is possible to hide some files or folders in VS Code settings here:
IDE: VS Code