vue-專案中less報錯 Module build failed: TypeError: loaderContext.getResolve is not a function問題解決以及安裝less
vue-專案中less報錯 Module build failed: TypeError: loaderContext.getResolve is not a function問題解決以及安裝less
報錯
UnhandledPromiseRejectionWarning: TypeError: loaderContext.getResolve is not a function
UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a pr
omise which was not handled with .catch(). (rejection id: 1)
(node:6572) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non
-zero exit code.
參考文件:
1.檢視你的package.json檔案
看你是否安裝了less
"less": "^3.12.2",
"less-loader": "^4.1.0",
1.1安裝less
用cnpm或者npm都可以
npm install less less-loader --save
1.2 開啟build目錄
在【build】檔案下的【webpack.base.conf.js】檔案中【rules】中加入
{
test: /\.less$/,
loader: "style-loader!css-loader!less-loader"
}
(根據自己需求)在你自己頁面【style】標籤裡面寫上【lang=“less”】
<style lang="less">
industry-pro{width: 100%; height: 600px;}
</style>
1.3 下載依賴
cnpm i
1.4 然後啟動專案
cnpm run dev
2 (loaderContext.getResolve is not a function問題解決)
2.1 降低版本(解決問題)
然後修改版本
cnpm run dev
2.2 修改完成以後,重新執行命令
cnpm i
然後啟動專案
3 問題解決
希望能夠幫到您
相關文章
- vue專案安裝lessVue
- vue3專案中安裝lessVue
- 在React專案中安裝並使用Less(用法總結)React
- less中解決CSS3的calc衝突問題CSSS3
- 安裝vue/cli報錯問題解決Vue
- 解決已安裝opencv但仍提示報錯“no module named cv2“問題OpenCV
- less引用其他less檔案
- TypeError: Failed to fetch dynamically imported moduleErrorAIImport
- vm安裝ubuntu後,update報錯問題解決Ubuntu
- ORA-00600: [kcratr_nab_less_than_odr]報錯解決方法
- create-react-app 建立專案有關less的若干問題ReactAPP
- create-react-app 建立專案有關 less 的若干問題ReactAPP
- 如何在前端專案中引用bootstrap less?前端boot
- Gentoo startx出現Failed to load module問題解決AI
- PHP報錯getimagesize(): SSL operation failed with code 1問題解決方案PHPAI
- js 函式報錯“Uncaught: TypeError xxx is not a function”JS函式ErrorFunction
- vite中配置less,vue3中配置lessViteVue
- vue-cli構建專案使用 lessVue
- 安裝ionic 報錯 安裝canvas報錯 解決辦法Canvas
- 安裝npm報錯,安裝淘寶映象cnpm時出現問題及解決方案NPM
- 【Less】Less基本用法總結
- Doris建立表報錯Failed to find enough host with storage medium問題解決AI
- pyenv BUILD FAILED解決方法UIAI
- 解決Vite-React專案中js使用jsx語法報錯的問題ViteReactJS
- 部署專案遇到的mysql問題以及解決方法MySql
- 徹底解決docker build時安裝軟體失敗問題DockerUI
- PhpCms安裝報錯怎麼辦?PHPCMS安裝使用常見問題解決辦法PHP
- Laravel 安裝 voyager 出現的資料庫報錯問題解決Laravel資料庫
- 基於sqli-labs Less-5 sql報錯注入詳解SQL
- 安裝sass報錯解決方案
- 安裝vCenter6.0遇到的問題以及解決方法
- windows下scrapy安裝問題,以及Twisted安裝報錯(error: Microsoft Visual C++ 14.0 is required.)完美解決辦法WindowsErrorROSC++UI
- No module named MYSQLdb 問題解決MySql
- Jenkins報錯'Gradle build daemon disappeared unexpectedly'的問題解決JenkinsGradleUIAPP
- 解決 PyCharm/Python 安裝 cv2 和 OpenCV 報錯的問題PyCharmPythonOpenCV
- 解決:ThinkPHP 下載專案提示“Call to undefined function captcha_src()”問題PHPUndefinedFunctionAPT
- TypeError: Descriptors cannot not be created directly問題的解決Error
- 解決 Inkscape 報錯 Duplicate 問題