BlueprintB
Blueprint14mo ago
7 replies
Andreas

Failed to install blueprint.

Have any of you ever had this problem when installing blueprint, everytime I'm trying to build yarn after the installation. It gives me an error. Thats shows it can't find eggId or nestId?

...
ERROR in resources/scripts/routers/RouterElements.tsx:65:82
TS2339: Property 'nestId' does not exist on type 'Server'.
63 | const location = useLocation();
64 |
65 | const serverNestId = ServerContext.useStoreState((state) => state.server.data?.nestId);
| ^^^^^^
66 | const serverEggId = ServerContext.useStoreState((state) => state.server.data?.eggId);
67 |
68 | const to = (value: string, url = false) => {

ERROR in resources/scripts/routers/RouterElements.tsx:66:81
TS2339: Property 'eggId' does not exist on type 'Server'.
64 |
65 | const serverNestId = ServerContext.useStoreState((state) => state.server.data?.nestId);
66 | const serverEggId = ServerContext.useStoreState((state) => state.server.data?.eggId);
| ^^^^^
67 |
68 | const to = (value: string, url = false) => {
69 | return ${(url ? match.url : match.path).replace(/\/*$/, '')}/${value.replace(/^\/+/, '')};
error Command failed with exit code 2.
Was this page helpful?