'Images not showing up on Opensea, unable to update

Using node,vscode, Create-10k- NFT-Collection My baseUri is not updated. I’m a newbie but I have tried reading and looking through help sections.

Here is the return from update_info

brockhaines@Brocks-MacBook-Pro create-10k-nft-collection-2.0.0 % npm run update_info

[email protected] update_info node utils/update_info.js

/Users/brockhaines/create-10k-nft-collection-2.0.0/utils/update_info.js:16 const updateName = await yesno(Update names?); ^^^^^

SyntaxError: await is only valid in async functions and the top level bodies of modules at Object.compileFunction (node:vm:352:18) at wrapSafe (node:internal/modules/cjs/loader:1032:15) at Module._compile (node:internal/modules/cjs/loader:1067:27) at Object.Module._extensions..js (node:internal/modules/cjs/loader:1155:10) at Module.load (node:internal/modules/cjs/loader:981:32) at Function.Module._load (node:internal/modules/cjs/loader:822:12) at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12) at node:internal/main/run_main_module:17:47 brockhaines@Brocks-MacBook-Pro create-10k-nft-collection-2.0.0 %

Can you please help or send me to a good resource?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source