Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"start": "mesh3d start -p=8023", #30

Open
Jeffpxf opened this issue Aug 11, 2022 · 2 comments
Open

"start": "mesh3d start -p=8023", #30

Jeffpxf opened this issue Aug 11, 2022 · 2 comments

Comments

@Jeffpxf
Copy link

Jeffpxf commented Aug 11, 2022

"scripts": {
"start": "mesh3d start -p=8023",
"build": "node src/bundle.js",
"prepublishOnly": "npm run build"
},
mesh3d是啥命令?

@MikesWei
Copy link
Owner

mesh3d是我团队内部的开发工具命令,可以忽略。如果是开发调试,把index.html里面引用的index-m.js改为index.js即可

@Jeffpxf
Copy link
Author

Jeffpxf commented Aug 12, 2022

按照您说的,进行修改后,将整个项目放入nginx目录下,调用,浏览器出现以下情况:
index.js:102 TypeError: VectorTileImageryProvider is not a constructor
at index.js:40:37
index.js:121 Uncaught (in promise) TypeError: VectorTileImageryProvider is not a constructor
at index.js:121:32

环境配置如下:
windows11
node v16.16.0
IDE vscode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants