实际报错
import vitePluginForArco from '@arco-plugins/vite-react';
export default {
vite: true,
vitePlugins: [vitePluginForArco()],
};
ice.js 2.6.4
ERR! CONFIG config file(undefined) is not exist
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
PS D:\ICEProject\naqu-frontend> yarn start
yarn run v1.22.19
warning ....\package.json: No license field
$ icejs start
ice.js 2.6.4
ERR! CONFIG config file(undefined) is not exist
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
切换build.json 为build.json.ts启动报错
实际报错 import vitePluginForArco from '@arco-plugins/vite-react';
export default { vite: true, vitePlugins: [vitePluginForArco()], }; ice.js 2.6.4 ERR! CONFIG config file(undefined) is not exist error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. PS D:\ICEProject\naqu-frontend> yarn start yarn run v1.22.19 warning ....\package.json: No license field $ icejs start ice.js 2.6.4 ERR! CONFIG config file(undefined) is not exist error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.