Mr-fangao / smart-tourism

The big data analysis system of China's tourism based on network comment is the display portal and interactive window of this platform. Using component development mode, a big data analysis and monitoring system of national tourism is established based on network comment. This system realizes the functions of comprehensive high-quality index analysis, passenger flow source analysis, network influence index, thematic map analysis for scenic spot data, scenic spot detail query, network affective analysis for scenic spots, intelligent route planning, spatial and temporal analysis of GIS based on space-time data, etc. It explores the scenic spot management mode that can be popularized and the targeted propaganda mode. It provides effective decision support for the construction of smart tourism.
5 stars 0 forks source link

npm install error with node 16 #3

Open johnfelipe opened 2 years ago

johnfelipe commented 2 years ago
root@felipe:~# git clone https://github.com/Mr-fangao/smart-tourism
Cloning into 'smart-tourism'...
remote: Enumerating objects: 9460, done.
remote: Counting objects: 100% (416/416), done.
remote: Compressing objects: 100% (291/291), done.
remote: Total 9460 (delta 266), reused 255 (delta 116), pack-reused 9044
Receiving objects: 100% (9460/9460), 407.61 MiB | 857.00 KiB/s, done.
Resolving deltas: 100% (5260/5260), done.
root@felipe:~# cd smart-tourism
root@felipe:~/smart-tourism# npm install
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR!
npm ERR! While resolving: less-loader@4.1.0
npm ERR! Found: less@4.1.2
npm ERR! node_modules/less
npm ERR!   dev less@"^4.1.2" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer less@"^2.3.1 || ^3.0.0" from less-loader@4.1.0
npm ERR! node_modules/less-loader
npm ERR!   less-loader@"^4.1.0" from the root project
npm ERR!
npm ERR! Conflicting peer dependency: less@3.13.1
npm ERR! node_modules/less
npm ERR!   peer less@"^2.3.1 || ^3.0.0" from less-loader@4.1.0
npm ERR!   node_modules/less-loader
npm ERR!     less-loader@"^4.1.0" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See /root/.npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /root/.npm/_logs/2022-07-26T04_50_08_174Z-debug-0.log
Mr-fangao commented 1 year ago

My node.js version is 16.0