-
Notifications
You must be signed in to change notification settings - Fork 763
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Affected Packages
All of the packages
Problem
When I try to publish my packages using pnpx changesets publish I get this error:
β pnpx changeset publish
π¦ info npm info @tinyhttp/app
π¦ info npm info @tinyhttp/cors
π¦ info npm info @tinyhttp/etag
π¦ info npm info @tinyhttp/logger
π¦ info npm info @tinyhttp/static
π¦ info @tinyhttp/app is being published because our local version (0.1.21) has not been published on npm
π¦ info @tinyhttp/cors is being published because our local version (0.1.20) has not been published on npm
π¦ info @tinyhttp/etag is being published because our local version (0.1.20) has not been published on npm
π¦ info @tinyhttp/logger is being published because our local version (0.1.20) has not been published on npm
π¦ info @tinyhttp/static is being published because our local version (0.1.20) has not been published on npm
π¦ info Publishing "@tinyhttp/app" at "0.1.21"
π¦ info Publishing "@tinyhttp/cors" at "0.1.20"
π¦ info Publishing "@tinyhttp/etag" at "0.1.20"
π¦ info Publishing "@tinyhttp/logger" at "0.1.20"
π¦ info Publishing "@tinyhttp/static" at "0.1.20"
π¦ error SyntaxError: Unexpected end of JSON input
π¦ error at JSON.parse (<anonymous>)
π¦ error at internalPublish (/home/v1rtl/Coding/tinyhttp/node_modules/.pnpm/@changesets/cli@2.9.1_@types+node@14.0.13/node_modules/@changesets/cli/dist/cli.cjs.dev.js:591:19)
π¦ error at processTicksAndRejections (internal/process/task_queues.js:97:5)
Same happens with ./node_modules/.bin/changeset publish
I don't know what causes it because there's no clear error message.
Helpful info
reproduction repository: https://github.com/talentlessguy/tinyhttp
changesets config: https://github.com/talentlessguy/tinyhttp/blob/master/.changeset/config.json
node version: 14.4.0
pnpm version: 5.0.2
npm version: 6.14.5
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working