create-10k-nft-collection icon indicating copy to clipboard operation
create-10k-nft-collection copied to clipboard

Not Allowing Me to Update URI/Syntax Error

Open Jumpman329 opened this issue 3 years ago • 0 comments

Version

  • [X] Yes

General Question

  • [X] No

What happened?

Syntax Error

What have you tried?

I Googled and asked the community in the discord server but could not find a solution.

Relevant log output

SyntaxError: await is only valid in async function
    at wrapSafe (internal/modules/cjs/loader.js:1001:16)
    at Module._compile (internal/modules/cjs/loader.js:1049:27)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
    at Module.load (internal/modules/cjs/loader.js:950:32)
    at Function.Module._load (internal/modules/cjs/loader.js:790:12)
    at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:76:12)
    at internal/main/run_main_module.js:17:47
create-10k-nft-collection-2.0.0 2 % node utils/updat_info.js
internal/modules/cjs/loader.js:905
  throw err;
  ^

Error: Cannot find module '/Users/Desktop/NFT Coding/create-10k-nft-collection-2.0.0 2/utils/updat_info.js'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:902:15)
    at Function.Module._load (internal/modules/cjs/loader.js:746:27)
    at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:76:12)
    at internal/main/run_main_module.js:17:47 {
  code: 'MODULE_NOT_FOUND',
  requireStack: []

Protect your information

  • [X] I Agree

Jumpman329 avatar May 30 '22 20:05 Jumpman329