error in ./node_modules/cesium/Source/ThirdParty/zip.js

Posted 弓弧名家_玄真君

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了error in ./node_modules/cesium/Source/ThirdParty/zip.js相关的知识,希望对你有一定的参考价值。

主要原因是wenpace在加载import.meta的时候需要一个loader,安装一下就行了,在vue3+vite中就没有这个问题
npm i @open-wc/webpack-import-meta-loader -S

然后在vue.config.js里面配置,没有就在项目根目录新建一个

module.exports = 
    configureWebpack: 
        module: 
            rules: [
                
                    test: /\\.js$/,
                    use: 
                        loader: '@open-wc/webpack-import-meta-loader',
                    ,
                ,
            ],
        ,
    ,

以上是关于error in ./node_modules/cesium/Source/ThirdParty/zip.js的主要内容,如果未能解决你的问题,请参考以下文章

1064 - syntax error, error in :'Id`) USING BTREE

Error in eval(family$initialize) : y值必需满足0 <= y <= 1Error in eval(family$initialize) : y values mus

ERROR 1064 (42000): You have an error in your SQL syntax...

Parse error: syntax error, unexpected '(' in

An Error in Project

error in install pyflann