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", . . .