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
This could totally be just a development setup issue and adding documentation to the Readme. Wanted to get your input before sending you a PR.
I included this project and went to install the packages. I use yarn instead of npm. At first all I would get is: error Can't add "@sensiolabs/storybook-symfony-webpack5": invalid package version "".
I should also note I am using FNM, so when I go into a directory my node version changes for me.
Here are the steps I took to resolve my issue:
add .nvmrc with contents of 20.0
in terminal went up a directory then back into project. (This made sure my node version was a 20)
ran yarn set version stable (this set up my yarn version to 4.3.1) I did notice in the repo package.json it says yarn at 4.1.1 I don't think this should be a huge deal.
then run yarn to install packages and everything worked fine
Would you like any of this added via PR to the readme? or any updates to the Recipe notes?
Looking forward to helping out!
The text was updated successfully, but these errors were encountered:
Hello @jmwamser, thanks for the issue! Yes, this would be great if the installation with yarn is documented as well.
WDYT about splitting README.md#installation into sub sections, like "Install with NPM" and "Install with Yarn"? Also, is the .nvmrc step really relevant here? I feel like it's specific to NVM, so I'd tend to not include it.
Sorry, it has been so long. I like the idea of this. Let me get all this set back up on my local machine. This way I can ensure the instructions I wrote are still correct.
This could totally be just a development setup issue and adding documentation to the Readme. Wanted to get your input before sending you a PR.
I included this project and went to install the packages. I use yarn instead of npm. At first all I would get is:
error Can't add "@sensiolabs/storybook-symfony-webpack5": invalid package version "".
With further looking into this I found https://stackoverflow.com/q/78287068
I should also note I am using FNM, so when I go into a directory my node version changes for me.
Here are the steps I took to resolve my issue:
.nvmrc
with contents of20.0
yarn set version stable
(this set up my yarn version to4.3.1
) I did notice in the repo package.json it says yarn at4.1.1
I don't think this should be a huge deal.yarn
to install packages and everything worked fineWould you like any of this added via PR to the readme? or any updates to the Recipe notes?
Looking forward to helping out!
The text was updated successfully, but these errors were encountered: