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
for Mac: bevor npm install: export NODE_OPTIONS=--openssl-legacy-provider
for Windows: before npm instal: $env:NODE_OPTIONS="--openssl-legacy-provider"
For Windows u need to start PowerShell as Administrator, navigate to your project folder and than execute first this: Set-ExecutionPolicy -ExecutionPolicy Unrestricted and then run the scrips
in readme,
brew install node
tobrew install node@16
The text was updated successfully, but these errors were encountered: