yarnpkg / yarnpkg/zpm

`File parsing error` on `sass-embedded`

Open
#210 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Rust
Stars
225
Forks
19
Avg merge
1d 5h
Merged PRs (30d)
3

Description

➤ · Yarn 6.0.0-rc.13
➤ ┌ Installing packages
➤ │ sass-embedded-linux-arm64@npm:1.97.3: File parsing error (Invalid syntax: invalid type: string "glibc", expected a sequence at line 1 column 1687

        p":false}
        ........^
)
➤ │ sass-embedded-linux-x64@npm:1.97.3: File parsing error (Invalid syntax: invalid type: string "glibc", expected a sequence at line 1 column 1672

        p":false}
        ........^
)
➤ │ sass-embedded-linux-arm@npm:1.97.3: File parsing error (Invalid syntax: invalid type: string "glibc", expected a sequence at line 1 column 1728

        p":false}
        ........^
)
➤ │ sass-embedded-linux-musl-x64@npm:1.97.3: File parsing error (Invalid syntax: invalid type: string "musl", expected a sequence at line 1 column 1763

        p":false}
        ........^
)
➤ │ sass-embedded-linux-riscv64@npm:1.97.3: File parsing error (Invalid syntax: invalid type: string "glibc", expected a sequence at line 1 column 1762

        p":false}
        ........^
)
➤ │ sass-embedded-linux-musl-riscv64@npm:1.97.3: File parsing error (Invalid syntax: invalid type: string "musl", expected a sequence at line 1 column 1796

        p":false}
        ........^
)
➤ │ sass-embedded-linux-musl-arm@npm:1.97.3: File parsing error (Invalid syntax: invalid type: string "musl", expected a sequence at line 1 column 1762

        p":false}
        ........^
)
➤ │ sass-embedded-linux-musl-arm64@npm:1.97.3: File parsing error (Invalid syntax: invalid type: string "musl", expected a sequence at line 1 column 1780

        p":false}
        ........^
)
➤ │ Resolved 118 packages, fetched 18 packages (9.97 MiB)
➤ └ Completed in 1s 105ms

Reproduction:

mkdir /tmp/asdfad
cd /tmp/asdfad
yarn init
yarn add sass-embedded

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the failure with the listed yarn init and yarn add sass-embedded commands, then trace the package metadata parsing path that rejects the glibc and musl values. Compare the parsed metadata with the expected structure and verify that installing sass-embedded completes without file parsing errors.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, rust
Domain
tooling
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.