when package install from `github`, can't `build`
baixiaoyu2997 opened this issue · 0 comments
baixiaoyu2997 commented
Environment
Nuxt project info: 14:10:19
- Operating System:
Darwin
- Node Version:
v16.13.0
- Nuxt Version:
3.0.0-rc.0-27508091.78fcbcf
- Package Manager:
pnpm@6.32.9
- Builder:
vite
- User Config:
alias
,target
- Runtime Modules:
-
- Build Modules:
-
Reproduction
https://codesandbox.io/s/b4cvt4?file=/package.json:134-142
Describe the bug
when use ssh
way install package,like:
"dependencies": {
"is-https": "github:unjs/is-https",
}
can not build, i test with vite
, vite
is ok, but nuxt3
is not
Additional context
No response
Logs
No response