What i can do with this Error to fix?
See original GitHub issueat Array.map (<anonymous>)
at layersSetup (C:\Users\workgroup\Desktop\video-source-code-create-nft-collection-main\src\main.js:87:30)
at startCreating (C:\Users\workgroup\Desktop\video-source-code-create-nft-collection-main\src\main.js:351:20)
at C:\Users\workgroup\Desktop\video-source-code-create-nft-collection-main\index.js:6:3
at Object.<anonymous> (C:\Users\workgroup\Desktop\video-source-code-create-nft-collection-main\index.js:7:3)
at Module._compile (internal/modules/cjs/loader.js:1085:14)
at Object.Module._extensions…js (internal/modules/cjs/loader.js:1114:10)
(Use node --trace-warnings ...
to show where the warning was created)
(node:13220) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag --unhandled-rejections=strict
(see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
(node:13220) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
Waiting for the debugger to disconnect…
Issue Analytics
- State:
- Created 2 years ago
- Comments:12
@redscarf0 you might need to check your terminal settings inside your preferences / settings to see if you can use VS Code’s terminal itself instead of the external powershell terminal.
Thank you. I suspect the issue is due to your computer reading your paths with "" while the paths for the code are specified as “/”. This creates a combination of "" and “/” when searching for your directory, which causes issues.
When looking at my terminal, it has “bash” as my terminal type while yours has “powershell”. Can you check to see if you can get a “bash” terminal or something similar when clicking on that dropdown or attempt to install an extension for bash so that you have a different terminal?