Open liamdebeasi opened 2 years ago
Same problem here:
[react-scripts] Failed to parse source map from '/Users/USER/FOLDER/node_modules/@ionic/storage/src/index.ts' file: Error: ENOENT: no such file or directory, open '/Users/USER/FOLDER/node_modules/@ionic/storage/src/index.ts'
I am using: @ionic/react: 6.3.8, @ionic/storage: 3.0.6, MacOS 12.6
Same problem here:
[react-scripts] Failed to parse source map from '/Users/USER/FOLDER/node_modules/@ionic/storage/src/index.ts' file: Error: ENOENT: no such file or directory, open '/Users/USER/FOLDER/node_modules/@ionic/storage/src/index.ts'
I am using: @ionic/react: ^6.0.0, @ionic/storage: 3.0.6, MacOS 13.0.1
Same issue for me too -
[react-scripts] Failed to parse source map from '/Users/USER/FOLDER/node_modules/@ionic/storage/src/index.ts' file: Error: ENOENT: no such file or directory, open '/Users/USER/FOLDER/node_modules/@ionic/storage/src/index.ts'
Software | Version |
---|---|
Node | v18.10.0 |
@ionic/core | 6.4.2 |
@ionic/react | 6.4.2 |
@ionic/storage | 3.0.6 |
OS | MacOS Ventura 13.1 |
Is there any updates to this issue? We're approaching the 1-year anniversary 😄
Same basic issue.
[react-scripts] Failed to parse source map from '/Users/user/project/node_modules/@ionic/storage/src/index.ts' file: Error: ENOENT: no such file or directory, open '/Users/user/project/node_modules/@ionic/storage/src/index.ts'
Software | Version |
---|---|
Node | v18.15.0 |
@ionic/react | ^6.0.0 |
@ionic/storage | ^3.0.6 |
OS | MacOS Ventura 13.2.1 |
@capacitor/android | 4.7.1 |
Prerequisites
Ionic Framework Version
Current Behavior
Libraries (Ionic storage, Capacitor Radar, Capacitor Community Camera Preview) don't load correctly. For Ionic Storage,
ionic serve
gives an error:Expected Behavior
In Ionic 5 the same process doesn't produce an error and the libraries work.
Steps to Reproduce
Add the following line to Home.tsx:
Code Reproduction URL
https://github.com/villepaananen/ionic-6-enoent-error
Ionic Info
Additional Information
No response