Skip to content

Bug report: missing quotes in spfx project upgrade to 1.16.0-beta.1 #3660

@waldekmastykarz

Description

@waldekmastykarz

Description

Missing quotes in the FN010008 finding resolution, when upgrading SPFx project to 1.16.0-beta.1

Steps to reproduce

Upgrade an older project to SPFx v1.16.0-beta.1

Expected results

FN010008 reporting:

{
  "@microsoft/generator-sharepoint": {
    "nodeVersion": "16.17.0"
  }
}

Actual results

{
  "@microsoft/generator-sharepoint": {
    "nodeVersion": 16.17.0
  }
}

Diagnostics

No response

CLI for Microsoft 365 version

latest from main

nodejs version

v16

Operating system (environment)

macOS

Shell

zsh

cli doctor

No response

Additional Info

We need to add surrounding quotes in this line:

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions