OimoPhysics icon indicating copy to clipboard operation
OimoPhysics copied to clipboard

Please, upload a new version to NPM

Open 8Observer8 opened this issue 3 years ago • 7 comments

Hi, @saharan. Please, upload a new version (v1.2.3) to NPM. The latest version of OimoPysics (v1.2.3) was released on January 29, 2022, but it was not uploaded to NPM. v1.2.2 was published 3 years ago.

8Observer8 avatar Oct 09 '22 09:10 8Observer8

Okay, but it's @OleksiiMaksymovVBT who currently has the ownership of the package.

Hi @OleksiiMaksymovVBT, thank you for setting up the package at that time! Can you please transfer the ownership of the package to me? My account is https://www.npmjs.com/~saharan.

saharan avatar Oct 14 '22 14:10 saharan

The latest version of the engine can be installed with this command: npm i saharan/OimoPhysics. I think this version is not stable for production. But I have no other choice.

8Observer8 avatar Feb 11 '23 11:02 8Observer8

A specific stable version of OimoPhysics can be installed using this command:

npm i saharan/OimoPhysics#v1.2.4

8Observer8 avatar Feb 13 '23 21:02 8Observer8

A specific stable version of OimoPhysics can be installed using this command:

npm i saharan/OimoPhysics#v1.2.4

I suggest adding this to the README.

fy0 avatar May 22 '23 08:05 fy0

I had the following problems on the server side "Hello World" on the server side with OimoPhysics but it was solved by installing v1.2.3:

npm i saharan/OimoPhysics#v1.2.3

8Observer8 avatar May 13 '24 11:05 8Observer8

@saharan if I could make a recommendation, what if instead you moved the package to a scoped package, something like @oimo/oimophysics if that works?

pschroen avatar May 14 '24 10:05 pschroen

That sounds nice, I'll give it a try later!

saharan avatar May 16 '24 18:05 saharan

Hey @mrEuler (formerly @OleksiiMaksymovVBT), are you still alive on GitHub? Please transfer the ownership of the package, otherwise I have to make a scoped package to update the lib on NPM.

saharan avatar Jun 01 '24 07:06 saharan

@saharan I cannot install 1.2.5:

npm i saharan/OimoPhysics#v1.2.5

npm ERR! code 1
npm ERR! Command failed: git checkout v1.2.5
npm ERR! error: pathspec 'v1.2.5' did not match any file(s) known to git
npm ERR!

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\8Observer8\AppData\Roaming\npm-cache\_logs\2024-06-01T12_34_40_384Z-debug.log

8Observer8 avatar Jun 01 '24 12:06 8Observer8

@8Observer8 the #v1.2.5 part is referencing a tag which doesn't exist.

For now you can simply install from the master branch:

npm i saharan/OimoPhysics

pschroen avatar Jun 01 '24 13:06 pschroen

Sorry for the version mismatch! I'll fix that in a few days.

saharan avatar Jun 04 '24 16:06 saharan

We will discuss how we do the npm package in #75!

saharan avatar Jun 08 '24 10:06 saharan