Skip to content

[power-pages][Bug] Unable to install power platform skills marketplace - JSON parse error with marketplace.json #201

Description

@KevinMcDonaldIAI

Plugin

power-pages

Plugin Version

Latest

Skill / Command

power platform skills

Bug Description

Attempting to install the marketplace either through claude directly "/plugin add marketplace microsoft/power-platform-skills" or using iwr with Powershell results in the same issue:

Failed to parse marketplace file at C:\Users\xx.claude\plugins\marketplaces\microsoft-power-platform-skills.claude-plugin\marketplace.json: Invalid JSON in C:\Users\xx.claude\plugins\marketplaces\microsoft-power-platform-skills.claude-plugin\marketplace.json: JSON Parse error: Unexpected token '.'

Attempted across multiple different machines and even home PC - same issue.

Steps to Reproduce

  1. Ensure marketplace is not already installed
  2. begin claude session
  3. run command "/plugin marketplace add microsoft/power-platform-skills"
  4. See error

Alternative:

  1. Open Powershell terminal with Admin rights
  2. Execute: "iwr https://raw.githubusercontent.com/microsoft/power-platform-skills/main/scripts/install.js -OutFile install.js; node install.js; del install.js"
  3. If pre-requisites are satisfied (may take multiple runs) - you'll see the same JSON parse error.

Expected Behavior

Local folder "C:\Users\xx.claude\plugins\marketplaces" should successfully contain the power platform skills marketplace and you should then be able to install the plugins from that marketplace.

Actual Behavior

Failed to parse marketplace file at C:\Users\xx.claude\plugins\marketplaces\microsoft-power-platform-skills.claude-plugin\marketplace.json: Invalid JSON in C:\Users\xx.claude\plugins\marketplaces\microsoft-power-platform-skills.claude-plugin\marketplace.json: JSON Parse error: Unexpected token '.'

Image

Relevant Logs / Screenshots

Environment

  • OS: Windows 11
  • Claude: v2.1.183
  • Pac: v2.8.1

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions