sync-storage icon indicating copy to clipboard operation
sync-storage copied to clipboard

Parse Error for type

Open daveteu opened this issue 4 years ago • 0 comments

With expo clean install, i'm getting this. Any idea how to clear this?

/Users/myname/Work/ReactNative/testapp/node_modules/sync-storage/src/index.js 5:5
Module parse failed: Unexpected token (5:5)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
| import handleError from './helpers/handleError';
| 
> type KeyType = string;
| 
| class SyncStorage {

daveteu avatar Dec 19 '20 08:12 daveteu