parse-community / parse-react

[EXPERIMENTAL] React, React Native, and React with SSR (e.g. Next.js) packages to interact with Parse Server backend
https://parseplatform.org/
MIT License
70 stars 27 forks source link

Does not compile when added, Failed to parse source maap #106

Open aliasad106 opened 2 years ago

aliasad106 commented 2 years ago

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'

ugal1silbo commented 10 months ago

Same for me

neon29 commented 1 month ago

Did you manage to solve the problem ?