79489965

Date: 2025-03-06 16:11:05
Score: 3
Natty:
Report link

Found a resolution to this. In package.json replace the relative file paths for the @jutro libraries with actual file versions e.g. BEFORE "dependencies": { "@digitalsdk/cli": "^10.9.2", "@jutro/app": "file:./@jutro/app", "@jutro/auth": "file:./@jutro/auth", "@jutro/browserslist-config": "file:./@jutro/browserslist-config", . . .

AFTER "dependencies": { "@digitalsdk/cli": "10.9.2", "@jutro/app": "10.9.2", "@jutro/auth": "10.9.2", "@jutro/browserslist-config": "10.9.2", . . .

Reasons:
  • No code block (0.5):
  • User mentioned (1): @jutro
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Syntax Terror