Giter VIP home page Giter VIP logo

vue-admin-design's People

Contributors

baimingxuan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

vue-admin-design's Issues

求助:npm run build的时候报错

npm run build的时候报如下错误:
ERROR Failed to compile with 29 errors

These relative modules were not found:

  • ../layout in ./src/router/index.js
  • ../views/Home in ./src/router/index.js
  • ../views/Login in ./src/router/index.js
  • ../views/UserCenter in ./src/router/index.js
  • ../views/editors/MarkdownEditor in ./src/router/routes.js
  • ../views/editors/RichTextEditor in ./src/router/routes.js
  • ../views/error-page/401 in ./src/router/index.js
  • ../views/error-page/404 in ./src/router/index.js
  • ../views/excel/ExportExcel in ./src/router/routes.js
  • ../views/excel/ImportExcel in ./src/router/routes.js
  • ../views/form-table/FormList in ./src/router/routes.js
  • ../views/form-table/TableClassic in ./src/router/routes.js
  • ../views/form-table/TableInlineEdit in ./src/router/routes.js
  • ../views/graph-editors/FlowEditor in ./src/router/routes.js
  • ../views/graph-editors/MindEditor in ./src/router/routes.js
  • ../views/image/ImageCompress in ./src/router/routes.js
  • ../views/image/ImageCropper in ./src/router/routes.js
  • ../views/image/ImageSynthesizer in ./src/router/routes.js
  • ../views/tools/CountToPage in ./src/router/routes.js
  • ../views/tools/Drag in ./src/router/routes.js
  • ../views/tools/Drag/DragList in ./src/router/routes.js
  • ../views/tools/Drag/VueDrrTool in ./src/router/routes.js
  • ../views/tools/ImageUpload in ./src/router/routes.js
  • ../views/tools/TransferPage in ./src/router/routes.js
  • ../views/tree/EleTree in ./src/router/routes.js
  • ../views/tree/OrgTree in ./src/router/routes.js
  • ../views/video/VideoMark in ./src/router/routes.js
  • ../views/video/VideoPlayer in ./src/router/routes.js
  • ./App in ./src/main.js
    ERROR Build failed with errors.

登录不上

刚拉下来的代码,登录都登不上?

求助:npm install 安装了依赖后,npm run serve调试都没问题,但是build会报错

用npm install过了,但是npm install的时候有一些警告
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: '@achrinza/[email protected]',
npm WARN EBADENGINE required: { node: '8 || 10 || 12 || 14 || 16 || 17' },
npm WARN EBADENGINE current: { node: 'v18.18.0', npm: '9.8.1' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: '[email protected]',
npm WARN EBADENGINE required: { npm: '^1.4.6', node: '^0.10' },
npm WARN EBADENGINE current: { node: 'v18.18.0', npm: '9.8.1' }
npm WARN EBADENGINE }
npm WARN deprecated @npmcli/[email protected]: This functionality has been moved to @npmcli/fs
npm WARN deprecated @babel/[email protected]: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead.
npm WARN deprecated [email protected]: no longer maintained
npm WARN deprecated [email protected]: Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility
npm WARN deprecated [email protected]: See https://github.com/lydell/source-map-url#deprecated
npm WARN deprecated [email protected]: This module is no longer supported.
npm WARN deprecated [email protected]: request-promise-native has been deprecated because it extends the now deprecated request package, see request/request#3142
npm WARN deprecated @hapi/[email protected]: This version has been deprecated and is no longer supported or maintained
npm WARN deprecated @hapi/[email protected]: This version has been deprecated and is no longer supported or maintained
npm WARN deprecated [email protected]: This loader has been deprecated. Please use eslint-webpack-plugin
npm WARN deprecated [email protected]: Please upgrade to consolidate v1.0.0+ as it has been modernized with several long-awaited fixes implemented. Maintenance is supported by Forward Email at https://forwardemail.net ; follow/watch https://github.com/ladjs/consolidate for updates and release changelog
npm WARN deprecated [email protected]: Please see https://github.com/lydell/urix#deprecated
npm WARN deprecated [email protected]: this library is no longer supported
npm WARN deprecated [email protected]: Use your platform's native atob() and btoa() methods instead
npm WARN deprecated [email protected]: Use your platform's native DOMException instead
npm WARN deprecated [email protected]: See https://github.com/lydell/source-map-resolve#deprecated
npm WARN deprecated [email protected]: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies
npm WARN deprecated [email protected]: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies
npm WARN deprecated [email protected]: https://github.com/lydell/resolve-url#deprecated
npm WARN deprecated [email protected]: Please use @ant-design/colors to replace ant-design-palettes
npm WARN deprecated [email protected]: Use your platform's native performance.now() and performance.timeOrigin.
npm WARN deprecated [email protected]: use String.prototype.padStart()
npm WARN deprecated [email protected]: 3.x is no longer supported
npm WARN deprecated [email protected]: some dependency vulnerabilities fixed, support for node < 10 dropped, and newer ECMAScript syntax/features added
npm WARN deprecated @hapi/[email protected]: Moved to 'npm install @sideway/address'
npm WARN deprecated [email protected]: babel-eslint is now @babel/eslint-parser. This package will no longer receive updates.
npm WARN deprecated [email protected]: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
npm WARN deprecated [email protected]: request has been deprecated, see request/request#3142
npm WARN deprecated [email protected]: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
npm WARN deprecated @hapi/[email protected]: This version has been deprecated and is no longer supported or maintained
npm WARN deprecated @hapi/[email protected]: Switch to 'npm install joi'
npm WARN deprecated [email protected]: This SVGO version is no longer supported. Upgrade to v2.x.x.
npm WARN deprecated [email protected]: Vue 2 has reached EOL and is no longer actively maintained. See https://v2.vuejs.org/eol/ for more details.
npm WARN deprecated [email protected]: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.

调试的时候所有的页面都可以访问,也没有这些报错。麻烦大佬给说下咋回事
ERROR Failed to compile with 29 errors 11:32:34

These relative modules were not found:

  • ../layout in ./src/router/index.js
  • ../views/Home in ./src/router/index.js
  • ../views/Login in ./src/router/index.js
  • ../views/UserCenter in ./src/router/index.js
  • ../views/editors/MarkdownEditor in ./src/router/routes.js
  • ../views/editors/RichTextEditor in ./src/router/routes.js
  • ../views/error-page/401 in ./src/router/index.js
  • ../views/error-page/404 in ./src/router/index.js
  • ../views/excel/ExportExcel in ./src/router/routes.js
  • ../views/excel/ImportExcel in ./src/router/routes.js
  • ../views/form-table/FormList in ./src/router/routes.js
  • ../views/form-table/TableClassic in ./src/router/routes.js
  • ../views/form-table/TableInlineEdit in ./src/router/routes.js
  • ../views/graph-editors/FlowEditor in ./src/router/routes.js
  • ../views/graph-editors/MindEditor in ./src/router/routes.js
  • ../views/image/ImageCompress in ./src/router/routes.js
  • ../views/image/ImageCropper in ./src/router/routes.js
  • ../views/image/ImageSynthesizer in ./src/router/routes.js
  • ../views/tools/CountToPage in ./src/router/routes.js
  • ../views/tools/Drag in ./src/router/routes.js
  • ../views/tools/Drag/DragList in ./src/router/routes.js
  • ../views/tools/Drag/VueDrrTool in ./src/router/routes.js
  • ../views/tools/ImageUpload in ./src/router/routes.js
  • ../views/tools/TransferPage in ./src/router/routes.js
  • ../views/tree/EleTree in ./src/router/routes.js
  • ../views/tree/OrgTree in ./src/router/routes.js
  • ../views/video/VideoMark in ./src/router/routes.js
  • ../views/video/VideoPlayer in ./src/router/routes.js
  • ./App in ./src/main.js
    ERROR Build failed with errors.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.