You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If still relevant, I've been able to fix the problem by simply moving Viewer.js and Viewers.js from src/ into demo/src and updating /removing all the references to xeokit-react within the demo. This way, there is no dependency to the extra package and the babel parsing works like expected on the react files.
@MaximilianFranz@r06521601 today i solved this problem, first i switch my nodejs v16 to v12, then npm run build and download xeokit-sdk(source code) to src/build , change all import sdk way in viewer.js/viewers.js
such as import { NavCubePlugin } from './xeokit-sdk/src/plugins/NavCubePlugin/NavCubePlugin';
last, switch to demo and npm run start! success!
I have a problem with starting project. What is wrong?
![Snímek obrazovky 2020-03-04 v 12 46 39](https://user-images.githubusercontent.com/1999282/75876645-5f563c80-5e16-11ea-812e-911dbc5001e1.png)
The text was updated successfully, but these errors were encountered: