Closed technqvi closed 3 years ago
thanks for raising this @technqvi . I'll try to reproduce and report back
Hi @technqvi , do you have additional logging that you can share? If it's a long file you can upload it. It might help us debug the issue easier.
Anyway looks like others are having similar issues with truffle boxes, I think it could possibly be versions of npm or nodejs you're running. Can you try some of the suggestions in this thread and let me know how you go? Ie try installing an older version of nodejs like 10 or 12
I try to downgrade node.js to be 12, the error still arises.
This is a screenshot for this error.
I don't know where else to get additional logging to share with you
Thanks for trying that. Can I ask that you try to unbox another truffle box, eg Truffle React
If you get the same error then it's likely some sort of config or setup issue with Truffle or your environment, as opposed to an issue specifically with the Chainlink Truffle Box. And if this is the case, suggest raising your issue on the Truffle GitHub, to get the help you need.
If you can unbox other boxes successfully, and your issue is specifically with the Chainlink box, let me know here and we'll move forward
Thanks for trying that. Can I ask that you try to unbox another truffle box, eg Truffle React
If you get the same error then it's likely some sort of config or setup issue with Truffle or your environment, as opposed to an issue specifically with the Chainlink Truffle Box. And if this is the case, suggest raising your issue on the Truffle GitHub, to get the help you need.
If you can unbox other boxes successfully, and your issue is specifically with the Chainlink box, let me know here and we'll move forward
I spent some time on trying to unbox several truffle templates as your suggestion. I found something remarkable in what I've done.
### The following boxes , I got things done. npx truffle unbox drizzle truffle unbox pet-shop truffle unbox vyper-example npx truffle unbox react truffle unbox vue-box truffle unbox metacoin npx truffle unbox webpack truffle unbox tutorialtoken truffle unbox blueprint
xxxx/boxtemplate**
truffle unbox adrianmcli/truffle-next npx truffle unbox rsksmart/rsk-react-box truffle unbox aave/flashloan-box truffle unbox DOkwufulueze/eth-vue
Almost all o them occurred error at step2 (downloading) but end up with success, you can see in the figure below. except truffle unbox DOkwufulueze/eth-vue and truffle unbox smartcontractkit/box both occured error in step# 4 (setting ubox). Nevertheless. I can still run commands following Patrcik 's tutorial without any problems. https://www.youtube.com/watch?v=xNpzWaRaHfM
### I am wondering that, I can keep developing on any unboxed projects regardless of whether unboxing is completed or not?
Lastly, Please recommend link to download template if I use python-brownie , I am good at Python
Good to hear you can still use the box despite the error. Definitely a weird one. We'll take a closer look at it and try to replicate on a windows machine.
If you are good with Python, suggest checking out our Brownie Starter Kit.
If you build a working contract example, feel free to share it with everyone by contributing to our Starer Kit Showcase initiative currently running. You can do this be posting it in our discord in the #starter-kit-showcase channel, or on twitter with the #StarterKitShowcase tag!
Good to hear you can still use the box despite the error. Definitely a weird one. We'll take a closer look at it and try to replicate on a windows machine.
If you are good with Python, suggest checking out our Brownie Starter Kit.
If you build a working contract example, feel free to share it with everyone by contributing to our Starer Kit Showcase initiative currently running. You can do this be posting it in our discord in the #starter-kit-showcase channel, or on twitter with the #StarterKitShowcase tag!
Ok
Closing for now
Hi
I follow your tutorial to create Truffle project with truffle-starter-kit Truffle, Hardhat, and Defi - Chainlink Hackathon Workshop.
I cannot continue doing any next steps due to Unbox failed as the figure shown below.
My environment are belows.