romi / plant-3d-explorer

Browser application to visualize 3D scanned plants
https://romi.github.io/plant-3d-explorer/
GNU Affero General Public License v3.0
7 stars 6 forks source link

Fixed npm install errors #124

Closed gregho67 closed 3 years ago

gregho67 commented 3 years ago

This should fix the npm install errors, leaving only the warnings. However it does not fix the npm 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.

fabfabBesnard commented 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