pnpm install && pnpm devIf you encounter 401 errors during pnpm install, check the following:
- Ensure you are logged into Artifactory on your local machine.
- Verify that your
~/.npmrcfile includes the correct credentials and permissions.
For detailed guidance, refer to the permissions setup instructions.