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
Hi,
I am trying to run some snacks and install them on my local machine. this has proven to be harder task than i thought. In particular this snacks which works by scanning the QR code:
npm ERR! code ELIFECYCLE
npm ERR! errno 2
npm ERR! @expo/browser-polyfill@0.0.0-alpha.10 postinstall: `find ../ -name .babelrc -delete`
npm ERR! Exit status 2
npm ERR!
npm ERR! Failed at the @expo/browser-polyfill@0.0.0-alpha.10 postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! [HIDDEN]\AppData\Roaming\npm-cache\_logs\2021-04-08T12_05_38_950Z-debug.log
I also seem to run into issues when using the most up to date libraries. Does expo-three only work on older versions of three? I am nervous that this lib is outdated and do not want to start a project on a deprecated library.
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to run some snacks and install them on my local machine. this has proven to be harder task than i thought. In particular this snacks which works by scanning the QR code:
https://snack.expo.io/@bacon/three-video-tutorial
When i download the zip and try to run :
npm install
I get the following error:
I also seem to run into issues when using the most up to date libraries. Does expo-three only work on older versions of three? I am nervous that this lib is outdated and do not want to start a project on a deprecated library.
The text was updated successfully, but these errors were encountered: