gpt4 book ai didi

node.js - 安装 Keystone@next 4.0 beta 时遇到问题

转载 作者:太空宇宙 更新时间:2023-11-04 01:51:13 25 4
gpt4 key购买 nike

我在安装Keystone@next(测试版)时遇到问题。我正在使用以下命令。

我在 D:/keystone 驱动器中进行了 npm init

npm install --save keystone@next

我只是使用 keystone github 目录上提供的安装步骤获取 Node 模块,并且缺少运行 keystone 项目的核心文件。

GitHub:https://github.com/keystonejs/keystone#keystone-40-beta-released

最佳答案

尝试generator-keystone 。您需要安装Yeoman在使用generator-keystone之前。几个月前我使用了 Yeoman 生成器,当时它为我安装了 Beta 版本的 KeystoneJS:

$ cat Documents/brand-keystonejs/package.json 
{
"name": "studio",
"version": "0.0.0",
"private": true,
"dependencies": {
"async": "2.1.4",
"cloudinary": "1.7.0",
"connect-mongo": "^2.0.0",
"dotenv": "4.0.0",
"express-handlebars": "3.0.0",
"handlebars": "4.0.6",
"keystone": "4.0.0-beta.5",
"lodash": "^4.13.1",
"moment": "2.17.1",
"node-sass": "4.5.0",
"node-sass-middleware": "0.11.0"
},
"devDependencies": {
"eslint": "3.15.0",
"eslint-config-keystone": "3.0.0",
"eslint-plugin-react": "^5.1.1"
},
"scripts": {
"lint": "eslint .",
"start": "node keystone.js"
}
}

关于node.js - 安装 Keystone@next 4.0 beta 时遇到问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49622678/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com