You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/[email protected]/node_modules/create-httpc) not empty, all content will be deleted. Confirm? › (Y/n)
npm
%% npm init httpc
Need to install the following packages:
[email protected]
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
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
npm
version: 0.1.0
maybe this line is related to this issue.
httpc/packages/create/index.mjs
Line 12 in 74f2013
The text was updated successfully, but these errors were encountered: