gitpkg icon indicating copy to clipboard operation
gitpkg copied to clipboard

package name is wrong when i use pnpm

Open catofxue opened this issue 3 years ago • 2 comments

when i use this command: pnpm add 'https://gitpkg.now.sh/vuejs/vue/packages/compiler-sfc/src?main'

my package.json wrong: "dependencies": { "src?main": "https://gitpkg.now.sh/vuejs/vue/packages/compiler-sfc/src?main" },

catofxue avatar Aug 04 '22 06:08 catofxue

@catofxue Hi. You can edit the name manually in the package.json.

EqualMa avatar Aug 04 '22 13:08 EqualMa

@catofxue Hi. You can edit the name manually in the package.json.

That's what I'm doing right now,but i want to know is there any plain for support pnpm in the future?thank you

catofxue avatar Aug 05 '22 01:08 catofxue