Open thishvu opened 4 years ago
Did you try to reinstall Npm packages after deleting the package-lock file and run npm cache clean then install again?
can you please try the node LTS version and let us know the update. thanks
It did not work.
yarn install v1.22.5 info No lockfile found. [1/4] Resolving packages... warning axios@0.20.0: Critical security vulnerability fixed in v0.21.1. For more information, see https://github.com/axios/axios/pull/3410 warning vue-instantsearch > instantsearch.js > hogan.js > mkdirp@0.3.0: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.) warning @vue/cli-plugin-babel > webpack > watchpack > watchpack-chokidar2 > chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies. warning @vue/cli-plugin-babel > @vue/cli-shared-utils > @hapi/joi@15.1.1: Switch to 'npm install joi' warning @vue/cli-plugin-babel > @vue/cli-shared-utils > request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 warning @vue/cli-plugin-babel > webpack > watchpack > watchpack-chokidar2 > chokidar > fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2. warning @vue/cli-plugin-babel > @vue/cli-shared-utils > @hapi/joi > @hapi/bourne@1.3.2: This version has been deprecated and is no longer supported or maintained warning @vue/cli-plugin-babel > @vue/cli-shared-utils > @hapi/joi > @hapi/address@2.1.4: Moved to 'npm install @sideway/address' warning @vue/cli-plugin-babel > @vue/cli-shared-utils > @hapi/joi > @hapi/topo@3.1.6: This version has been deprecated and is no longer supported or maintained warning @vue/cli-plugin-babel > @vue/cli-shared-utils > @hapi/joi > @hapi/hoek@8.5.1: This version has been deprecated and is no longer supported or maintained warning @vue/cli-plugin-babel > @vue/cli-shared-utils > @hapi/joi > @hapi/topo > @hapi/hoek@8.5.1: This version has been deprecated and is no longer supported or maintained warning @vue/cli-plugin-babel > @vue/cli-shared-utils > request > har-validator@5.1.5: this library is no longer supported warning @vue/cli-plugin-babel > webpack > micromatch > snapdragon > source-map-resolve > resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated warning @vue/cli-plugin-babel > webpack > micromatch > snapdragon > source-map-resolve > urix@0.1.0: Please see https://github.com/lydell/urix#deprecated warning @vue/cli-plugin-eslint > eslint-loader@2.2.1: This loader has been deprecated. Please use eslint-webpack-plugin warning @vue/cli-service > webpack-dev-server > chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies. warning eslint-config-vuetify > @release-it/conventional-changelog > release-it > debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797) warning node-sass > request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 warning node-sass > node-gyp > request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 [2/4] Fetching packages... info fsevents@2.3.1: The platform "linux" is incompatible with this module. info "fsevents@2.3.1" is an optional dependency and failed compatibility check. Excluding it from installation. info fsevents@1.2.13: The platform "linux" is incompatible with this module. info "fsevents@1.2.13" is an optional dependency and failed compatibility check. Excluding it from installation. [3/4] Linking dependencies... warning " > vue-chartjs@3.5.1" has unmet peer dependency "chart.js@>= 2.5". warning " > vue-echarts@5.0.0-beta.0" has unmet peer dependency "echarts@^4.1.0". warning " > vue-instantsearch@3.4.3" has unmet peer dependency "vue-server-renderer@^2.6.11". warning " > @vue/cli-plugin-eslint@4.5.10" has incorrect peer dependency "eslint@>= 1.6.0 < 7.0.0". warning "@vue/cli-plugin-eslint > eslint-loader@2.2.1" has incorrect peer dependency "eslint@>=1.6.0 <7.0.0". warning " > vue-loader@15.9.6" has unmet peer dependency "css-loader@*". warning " > vue-loader@15.9.6" has unmet peer dependency "webpack@^3.0.0 || ^4.1.0 || ^5.0.0-0". warning "@vue/eslint-config-standard > eslint-import-resolver-webpack@0.12.2" has unmet peer dependency "webpack@>=1.11.0". warning " > eslint-plugin-vue@6.2.2" has incorrect peer dependency "eslint@^5.0.0 || ^6.0.0". warning " > eslint-plugin-vuetify@1.0.0-beta.7" has incorrect peer dependency "eslint@^6.0.0 | ^7.0.0". warning " > sass-loader@9.0.3" has unmet peer dependency "webpack@^4.36.0 || ^5.0.0". warning "vue-cli-plugin-vuetify > null-loader@3.0.0" has unmet peer dependency "webpack@^4.3.0". warning " > vuetify-loader@1.6.0" has unmet peer dependency "webpack@^4.0.0". error An unexpected error occurred: "could not find a copy of eslint to link in /var/www/frontend/node_modules/eslint-config-vuetify/node_modules". info If you think this is a bug, please open a bug report with the information provided in "/var/www/frontend/yarn-error.log". info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
thish@lap:/var/www/frontend$ npm -v 6.14.10 thish@lap:/var/www/frontend$ node -v v14.15.4
Run npm install -> npm run serve
That worked. Thank you. Why did it not work for yarn?
Also the axios has been updated due to vulnerability.
On Sun, 10 Jan 2021, 12:41 am naime-hossain, notifications@github.com wrote:
Run npm install -> npm run serve
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/uilibrary/arctic-admin/issues/5#issuecomment-757353302, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKIEN3ATUNKPJXH2VMFFVY3SZCS53ANCNFSM4T5RRMHQ .
Welcome and we will check for yarn, If you like our product don't forget to left a review in ThemeForest. Thank you
node --version v15.2.0