parse-react icon indicating copy to clipboard operation
parse-react copied to clipboard

Does not compile when added, Failed to parse source maap

Open aliasad106 opened this issue 3 years ago • 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'

aliasad106 avatar Aug 11 '22 13:08 aliasad106

Same for me

ugal1silbo avatar Nov 10 '23 12:11 ugal1silbo