patriciogonzalezvivo / glsl-pipeline

Prototype complex pipelines directly from a single shader by branching it into stages
MIT License
80 stars 5 forks source link

Embarrassing wrong tag name on `peerDependencies`. #4

Closed ammein closed 10 months ago

ammein commented 10 months ago

This throws an error like this when running npm install glsl-pipeline --save:

npm ERR! code EINVALIDTAGNAME
npm ERR! Invalid tag name ">=^8.15.11" of package "@react-three/fiber@>=^8.15.11": Tags may not have any characters that encodeURIComponent encodes

I hope this pull request fixes the error. You may have to do a patch publish on this. I'm so sorry for this overlooked mistake.

ammein commented 10 months ago

Don't forget to do these lines of code on every release to npmjs 😊 :

# Build Package first before every publish
yarn build

# Run Changeset
yarn changeset

# Publish
yarn changeset publish
patriciogonzalezvivo commented 10 months ago

thank you for the hot fix!

patriciogonzalezvivo commented 10 months ago

Same issue here when I select glsl-pipeline returns the following error. Is there another option I should choose?

image

ammein commented 10 months ago

Hmm, did you use the arrow key to move the arrow and press the spacebar to select it? Then press enter to release the selected package. 🤔

Because the error says, “nothing selected”.

patriciogonzalezvivo commented 10 months ago

oh! lol got it! thank you

patriciogonzalezvivo commented 10 months ago

New version publish. Give it a try

ammein commented 10 months ago

Hehe, no worries! There is always a first time for everything! 😁