You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
When I execute git clone I get this:
Cloning into 'openstatus'...
remote: Enumerating objects: 14991, done.
remote: Counting objects: 100% (14991/14991), done.
remote: Compressing objects: 100% (5700/5700), done.
remote: Total 14991 (delta 9327), reused 13381 (delta 8417), pack-reused 0
Receiving objects: 100% (14991/14991), 14.66 MiB | 9.31 MiB/s, done.
Resolving deltas: 100% (9327/9327), done.
error: invalid path 'apps/docs/api-reference/incident/get-incident:id.mdx'
fatal: unable to checkout working tree
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry with 'git restore --source=HEAD :/'
After that I tried to run pnpm install and I get this message:
ERR_PNPM_NO_PKG_MANIFEST No package.json found in C:\Users\sljevar\My\React_Projects\Cloned_Projects\openstatus
Can you please help me with this?
All reactions