ton-org / blueprint

TON development for professionals - all-in-one tool for writing, testing and deploying smart contracts
483 stars 96 forks source link

Errors occurred while creating a new project. #52

Open ilyjs opened 1 year ago

ilyjs commented 1 year ago

npm create ton@latest or npx create-ton@latest.

npm ERR! code E404 npm ERR! 404 Not Found - GET https://registry.npmjs.org/@tonconnect%2fsdk - Not found npm ERR! 404 npm ERR! 404 '@tonconnect/sdk@^2.1.3' is not in this registry. npm ERR! 404 npm ERR! 404 Note that you can also install from a npm ERR! 404 tarball, folder, http url, or git url.

npm ERR! A complete log of this run can be found in: npm ERR! /Users/mac/.npm/_logs/2023-07-14T21_12_49_239Z-debug-0.log Error: Command failed: npm install at checkExecSyncError (node:child_process:885:11) at execSync (node:child_process:957:15) at main (/Users/mac/.npm/_npx/b56225140edd990c/node_modules/create-ton/dist/cli.js:87:42) { status: 1, signal: null, output: [ null, null, null ], pid: 83190, stdout: null, stderr: null }

mhbdev commented 1 year ago

npm ERR! 404 '@tonconnect/sdk@^2.1.3' is not in this registry.

Try to run npm cache clean and call those commands after that.