-
Notifications
You must be signed in to change notification settings - Fork 77
Open
Description
I tried to run create-solana-dapp with the kit-node-solanax402 template and it thew an error at me.
pnpm create solana-dapp --template kit-node-solanax402
┌ create-solana-dapp 4.8.2
│
◇ Enter project name
│ tryout
│
◆ Template: x402 protocol implementation for Solana with Facilitator and Server apps using TypeScript and @solana/kit
│
◇ Cloned template to /home/nitishc/progmag/tryout
│
◇ Installed via pnpm
│
│
■ Error running setup script: Error: Invalid package.json: [
│ {
│ "code": "invalid_type",
│ "expected": "array",
│ "received": "string",
│ "path": [
│ "create-solana-dapp",
│ "instructions"
│ ],
│ "message": "Expected array, received string"
│ },
│ {
│ "code": "invalid_type",
│ "expected": "object",
│ "received": "string",
│ "path": [
│ "create-solana-dapp",
│ "rename",
│ "x402-solana-protocol"
│ ],
│ "message": "Expected object, received string"
│ }
│ ]
└ Error: Error running setup script: Error: Invalid package.json: [
{
"code": "invalid_type",
"expected": "array",
"received": "string",
"path": [
"create-solana-dapp",
"instructions"
],
"message": "Expected array, received string"
},
{
"code": "invalid_type",
"expected": "object",
"received": "string",
"path": [
"create-solana-dapp",
"rename",
"x402-solana-protocol"
],
"message": "Expected object, received string"
}
]
■ Canceled
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels