【发布时间】:2022-11-12 17:14:26
【问题描述】:
我的包.json文件:
{
"name": "huntingcoder",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next build && next export"
},
下一步.config.js文件:
const nextConfig = {
reactStrictMode: true,
swcMinify: true,
}
module.exports = nextConfig
我正在尝试出去文件夹通过使用获取静态属性().当我输入纱线出口时,它正在显示
错误:警告 ../package.json:没有许可证字段
错误命令“出口”未找到。
【问题讨论】:
标签: reactjs next.js hadoop-yarn package.json module-export