Skip to content

Instantly share code, notes, and snippets.

@justjavac
Forked from Timer/instructions.md
Last active August 23, 2019 01:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save justjavac/c4759bae6ba724cd49070a0f2b2d7d96 to your computer and use it in GitHub Desktop.
Save justjavac/c4759bae6ba724cd49070a0f2b2d7d96 to your computer and use it in GitHub Desktop.
使用 npm <= 5.2 创建新项目

在 npm 5.1 或者更低版本中,不存在 npx 命令。因此,你必须全局安装 create-next-app

npm install -g create-next-app

然后再运行:

create-next-app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment