Search for a command to run or a page to navigate to.
When installing @strongtie/design-system goes wrong, it is usually one of these five symptoms. Find yours below and follow the steps.
@strongtie/design-system/styles is imported in your entry file.npmrc configuration should have scoped registry:
cat .npmrc
# Should show:
# @strongtie:registry=https://pkgs.dev.azure.com/StrongTie/_packaging/Simpson/npm/registry/
# @strongtie:always-auth=true
# registry=https://registry.npmjs.org/registry= without @strongtie: prefix, you have the wrong config (this will cause auth errors for public packages)If you get authentication errors when installing public packages like tsdown, sonner, etc.:
.npmrc - if it has registry=https://pkgs.dev.azure.com/... (without @strongtie: prefix), this is the problemnpm install againrm -rf node_modules package-lock.json
npm installmoduleResolution to "bundler" or "node16" in tsconfig.jsonCmd/Ctrl + Shift + P > "TypeScript: Restart TS Server"