sanyuan0704 / island.js

📝 Vite & MDX powered static site generator. Base on islands architecture

Home Page:https://islandjs.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

使用create-island脚手架报错

z-9527 opened this issue · comments

Describe the bug

node:internal/errors:478
ErrorCaptureStackTrace(err);
^

Error [ERR_MODULE_NOT_FOUND]: Cannot find package 'minimist' imported from /.npm/_npx/9556e6e012499b50/node_modules/@islandjs/create-island/dist/index.js

Reproduction

1.直接在命令行输入npx @islandjs/create-island@latest island-app就报上面的错误

Expected behavior

初始化项目

System Info

node:16.19.0
mac13.4 (22F66)

Additional context

No response

Validations

  • Read the docs
  • Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.