Dale LaPlante
Dale LaPlante
I'm having the same problem with React Native Nearly identical **package.json** and **.babelrc** Using in file **FileManager.js**. Line is: `import * as ARoomFiles from '../ARoom';` Folder structure is ARoom ___ARoom.js...
Hey looks like you were right, after running > watchman watch-del-all npm start -- --reset-cache it built successfully. I then ran it a few times and, unfortunately, started having a...
actually I (oddly enough) have 2 different types of babel in node_modules. Apparently React Native depends on things like babel-core but also @babel/core, which can have different versions. This is...
I resolved the es2015 error by installing the preset, apparently it wasn't installed as one of babel-plugin-wildcard's dependencies. Now I'm getting this error: > The package at "C:\\path\\to\\node_modules\\babel-plugin-wildcard\\lib\\index.js" attempted to...
Also having this problem