Skip to content

LIB004 The manifest file contains syntax errors #111

Open
@cof-tdawson

Description

@cof-tdawson

Functional impact

LibMan with VS 15.8.0 Preview 2.0 has stopped working for me, parsing issue with filesystem providers' "files" array.

Minimal repro steps

  1. Create New VS ASP.Net Web Application, SPA starter.
  2. Enable Client-side Library Management
  3. Add something. eg:

{
"version": "1.0",
"defaultProvider": "filesystem",
"libraries": [
{
"library": "node_modules/jquery/dist/",
"destination": "Scripts/lib/jquery",
"files": [ "jquery.min.js", "jquery.min.map" ]
}
]
}

Saving this results in:

LIB004 The manifest file contains syntax errors in the Error List pad

Expected result

This used to work last week ??

Actual result

LIB004 The manifest file contains syntax errors in the Error List pad

Further technical details

??

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions