Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Node.js to v17.0.1 and issues with yarn start/ build candy-machine-ui/packages.json #24

Closed
FlorianWeise opened this issue Jan 18, 2022 · 1 comment

Comments

@FlorianWeise
Copy link

I updated the script due to problems with the node.js. I found in the internet the following sollution given:
"scripts": {
"start": "react-scripts --openssl-legacy-provider start",
"build": "react-scripts --openssl-legacy-provider build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"deploy:gh": "gh-pages -d ./build/ --repo https://github.com/pit-v/metaplex -t true --branch gh-pages-3",
"deploy": "cross-env ASSET_PREFIX=/metaplex/ yarn build && yarn deploy:gh"
},

Is that a good sollution? I have personally no idea. I am no developer... Greetings.

@happybanana78
Copy link

If it works for you it's a good solution, plus if you had problems with the node 17.0.1 version, try instaling the 16.4.1, so far it's the one that gives less problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants