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
Installed latest version of IGC-Parser with yarn add igc-parser
Consumed with const IGCParser = require(`igc-parser`);
I'm getting this webpack error when running an app with yarn start
Module Warning (from ./node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from [path-to-app-redacted]\node_modules\igc-parser\index.ts' file: Error: ENOENT: no such file or directory, open '[path-to-app-redacted]\node_modules\igc-parser\index.ts'
There is no index.ts in the module folder, but index.js and index.js.map are both present
source-map-loader is 3.0.1 (latest)
This discussion was converted from issue #370 on January 06, 2025 15:06.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
React App created with latest
create-react-app
Installed latest version of IGC-Parser with
yarn add igc-parser
Consumed with
const IGCParser = require(`igc-parser`);
I'm getting this webpack error when running an app with
yarn start
Module Warning (from ./node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from [path-to-app-redacted]\node_modules\igc-parser\index.ts' file: Error: ENOENT: no such file or directory, open '[path-to-app-redacted]\node_modules\igc-parser\index.ts'
There is no index.ts in the module folder, but index.js and index.js.map are both present
source-map-loader is 3.0.1 (latest)
Any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions