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