semantic-ui@2.4.2 install: `gulp install`
關於vue下npm安裝semantic-ui的問題
安裝流程:npm install -g gulp
npm install semantic-ui --save
報錯:semantic-ui@2.4.2 install: `gulp install`
博主原因是 gulp@4.0.2 和 node.js@14.6.0 版本不相容
降低node.js版本為node.js@10.11.0,之後就可以正常安裝了。(PS:降低過gulp版本沒啥用)
相關文章
- go install: no install location for directory outside GOPATHGoIDE
- pip install 提示:Could not install packages due to an EnvironmentErrorPackageError
- install qdrant
- Install clickhouse
- habitat install
- Python:conda install 和pip install的區別Python
- before install octave package you must be install gcc-fortranPackageGC
- mvn install 命令
- KubeSphere 3.3.2 install
- kubernetes 1.25.9 install
- openwrt install lsblk
- pip install METIS
- postgreSQL install pgvectorSQL
- etcd install & configuration
- Deepin Qt InstallQT
- 《CMake實踐》筆記二:INSTALL/CMAKE_INSTALL_PREFIX筆記
- npm install -g 和npm install --save-dev的關係NPMdev
- flutter install安裝app時,出現INSTALL_FAILED_NO_MATCHING_ABIS: INSTALL_FAILED_NO_MATCH錯誤的原因FlutterAPPAI
- npm install 失敗NPM
- npm install 報錯NPM
- centos yum install nginxCentOSNginx
- Install python on AIX 7PythonAI
- 1. install software
- Mysql 5.7.21 install for LinuxMySqlLinux
- Mysql 5.7.22 install for windowsMySqlWindows
- npm install失敗NPM
- Install/uninstall .deb files
- MariaDB ubuntu install guideUbuntuGUIIDE
- SDK Manager:failed to installAI
- Install MySQL 5.7 in the DockerMySqlDocker
- Ubuntu 18.04 install albertUbuntu
- install python help docsPython
- euler install soft bak
- How to Install psql on MacSQLMac
- pip install uwsgi==2.0.23
- How to Install LibreOffice on UbuntuUbuntu
- pod install 和 rvm install ruby-xxxx報錯解決辦法
- 不用cmd來pip install selenium,就直接使用Pycharm安裝 install selenium ??PyCharm