-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
I tried pnpm create httpc but there is no output file or folder.
According to this log, the outputDirectory is assumed as relative path from node_modules/create-httpc folder
pnpm
%% pnpm create httpc
.../share/pnpm/store/v3/tmp/dlx-53028 | +33 +++
Packages are hard linked from the content-addressable store to the virtual store.
Content-addressable store is at: /Users/miyamonz/.local/share/pnpm/store/v3
Virtual store is at: ../../../../.local/share/pnpm/store/v3/tmp/dlx-53028/node_modules/.pnpm
.../share/pnpm/store/v3/tmp/dlx-53028 | Progress: resolved 33, reused 33, downloaded 0, added 33, done
✔ Select a template you want to start with › Server blank
✔ Specify the output directory … ./
? Output directory(/Users/miyamonz/.local/share/pnpm/store/v3/tmp/dlx-53028/node_modules/.pnpm/create-httpc@0.1.0/node_modules/create-httpc) not empty, all content will be deleted. Confirm? › (Y/n)
npm
%% npm init httpc
Need to install the following packages:
create-httpc@0.1.0
Ok to proceed? (y)
✔ Select a template you want to start with › Kit blank
✔ Specify the output directory …
✔ Output directory(/Users/miyamonz/.npm/_npx/fab980724a10a9dd/node_modules/create-httpc) not empty, all content will be deleted. Confirm? … yes
version: 0.1.0
maybe this line is related to this issue.
httpc/packages/create/index.mjs
Line 12 in 74f2013
| cwd: path.dirname(fileURLToPath(import.meta.url)) // path local to the package |
ririchi2
Metadata
Metadata
Assignees
Labels
No labels