Problem unboxing truffle boxes #4211
Unanswered
BlasterZ32
asked this question in
General Q&A
Replies: 2 comments
-
@BlasterZ32 are you still having issues with test? Just tested unboxing on my lab machine. Confirmed the command you used is working. Kind regards, |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @BlasterZ32, wow, you have an outdated Truffle version as well as an unsupported Node version! Can you upgrade your node environment to version 12, 14 or 16 and try with the latest Truffle version, please? Note: Truffle does not currently support Node 18 (we're working on it!) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am new to truffle and blockchain development. I am having an error occur whenever I try to perform an unbox. What can I do to fix this?
`PS C:\Users\Brent's Laptop\Documents\metacoin> truffle unbox metacoin
Starting unbox...
× Preparing to download box
Unbox failed!
× Preparing to download box
Unbox failed!
Error: ENOENT: no such file or directory, mkdir 'C:\Users\BRENT~1\AppData\Local\Temp\tmp-12860-tkImAwkbv00a'
at Object.mkdirSync (fs.js:757:3)
at Object.dirSync (C:\Users\Brent's Laptop\AppData\Roaming\npm\node_modules\truffle\build\webpack:\node_modules\tmp\lib\tmp.js:225:1)
at Object.setUpTempDirectory (C:\Users\Brent's Laptop\AppData\Roaming\npm\node_modules\truffle\build\webpack:\packages\box\dist\lib\utils\index.js:47:1)
at C:\Users\Brent's Laptop\AppData\Roaming\npm\node_modules\truffle\build\webpack:\packages\box\dist\box.js:174:1
at Generator.next ()
at fulfilled (C:\Users\Brent's Laptop\AppData\Roaming\npm\node_modules\truffle\build\webpack:\packages\box\dist\box.js:5:42)
at process._tickCallback (internal/process/next_tick.js:68:7)
at Function.Module.runMain (internal/modules/cjs/loader.js:834:11)
at startup (internal/bootstrap/node.js:283:19)
at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
Truffle v5.4.2 (core: 5.4.2)
Node v10.18.0
PS C:\Users\Brent's Laptop\Documents\metacoin>`
Beta Was this translation helpful? Give feedback.
All reactions