Closed gregho67 closed 3 years ago
I tested this branch.
For this, I deleted completelty my local repo of the 3d-explorer and git cloned it again.
Then I git checkout on the fix/npm_error branch and run the npm install
command. It works (despite warnings).
Then after adding SKIP_PREFLIGHT_CHECK=true to the .env file, npm start
starts the app on a web browser, no bug reported.
Conclusion: test is successful, this branch can be merged
This should fix the
npm install
errors, leaving only the warnings. However it does not fix thenpm start
command. For a temporary workaround you can add SKIP_PREFLIGHT_CHECK=true to the .env file (or create it if you don't have one). This will skip the warning message and launch the app. Note that launching the app this way might expose the 3D explorer to some problems.