Running Error in NFT Minting Dapp template #447
Closed
CryptainGolD
started this conversation in
Dev Doc and Tutorial Feedback
Replies: 1 comment 3 replies
-
It might be related to the solution on your other thread #446 and you are having versioning issues. The output is not an error but a warning so it should not block the app to run, try deleting |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
After successfully running of
npm run move:publish
Transaction submitted: https://explorer.aptoslabs.com/txn/0x4f7c948a30a486ef0ea8b161702dd60d6885f8ff5e31c0e95b692265fd824b1e
Code was successfully deployed to object address 0x530e2d1c61b5995defc04f4b68dce32715f7021b63e8a20d745151596127b068
{
"Result": "Success"
}
I ran the command:
npm run dev
, soThe CJS build of Vite's Node API is deprecated. See https://vitejs.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.
VITE v5.4.6 ready in 2090 ms
➜ Local: http://localhost:5173/
➜ Network: use --host to expose
➜ press h + enter to show help
But http://localhost:5173/ can't be reached.
Beta Was this translation helpful? Give feedback.
All reactions