parse-community/parse-react

Does not compile when added, Failed to parse source maap

aliasad106 opened this issue · 2 comments

I installed npm install parse @parse/react --save in my react JS project.
used it like
import { initializeParse } from '@parse/react';

initializeParse(
'YOUR_SERVER_URL',
'YOUR_APPLICATION_ID',
'YOUR_JAVASCRIPT_KEY'
);
I get this error.

Failed to parse source map from '.../node_modules/@parse/react/src/index.ts' file: Error: ENOENT: no such file or directory, open '.../node_modules/@parse/react/src/index.ts'