You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: