Loaders.git - Repository not found

Hi,
I am trying to import support for GLTF files.
Many suggests using loaders of Babylon
by npm install babylonjs/loaders
or npm install -D babylonjs/loaders

I do that, and I am asked for authentication, I login with browser or by code via Visual Studio Code.
Authentication is granted, but I get:

*An unknown git error occurred*
*npm ERR! command git --no-replace-objects ls-remote ssh://git@github.com/babylonjs/loaders.git*
*fatal: Could not read from remote repository.
*Please make sure you have the correct access rights and the repository exists.

When I try to go to github.com/babylonjs/loaders.git I see 404, so I don’t have access or it does not exist.

Any advice?

I believe this page will help

As you see, the code is there :slight_smile: - @babylonjs/loaders - npm

1 Like

npm install @babylonjs/loaders

as this is a scoped package, do not forget the @

1 Like

Thank you. Solved the problem.

1 Like