Open SeamusMullan opened 1 year ago
I'm also having the same issue performing the same steps, we managed to fix it for the GainPlugin by
echo "export NODE_OPTIONS=--openssl-legacy-provider" > ~/.bash_profile
But for the template generator I get the same errors
I'm also having the same issue performing the same steps, we managed to fix it for the GainPlugin by
echo "export NODE_OPTIONS=--openssl-legacy-provider" > ~/.bash_profile
But for the template generator I get the same errors
Be aware that:
My point is that you might face some drawbacks for other node-based apps you might use and you can solve it by assigning an empty value to this variable in case it happens.
I got this issue after running npm start on a new react-juce project. unsure what has happened but below is a full copypasta of what was done.