-
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Node module warnings #273
Comments
It really looks like it wants me to include the source files and this is the second time you talk about source files, it might be needed by the source map maybe. It looks like I should really include the |
Thanks for your response. |
Well I mean it's showing in your warnings that you posted and then I looked at my project source maps in the here's 1 of your warning, I highlighted the
then if you use the I already made a PR for Slickgrid-Universal to add the |
Thanks, ok sounds great. |
The PRs in both repos should fix the issue but I won't publish until a couple more days, I'll post back here when it's available. For a side note, if you're interested, you can see when gets published on npm by running |
This should be fixed now with latest v4.1.0, the |
Awesome. |
Describe the bug
Hi there,
Merry Christmas - trust you're looking forward to the holiday season.
Sharing back node warnings, that look like they relate to JS files referencing non-existent src locations.
It's possible this is a setup thing, but I've grabbed the latest versions from npm and experiencing the (389) warnings, so I thought I'd feed it back.
It occurs with npm run react-star, and I am using one non-interesting SlickgridReact instance.
If any further details are required please let me know.
Thanks!
WARNING in ./node_modules/slickgrid-react/dist/esm/services/translater.service.js
Module Warning (from ./node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from '.../node_modules/slickgrid-react/src/slickgrid-react/services/translater.service.ts' file: Error: ENOENT: no such file or directory, open '.../client/node_modules/slickgrid-react/src/slickgrid-react/services/translater.service.ts'
WARNING in ./node_modules/slickgrid-react/dist/esm/services/utilities.js
Module Warning (from ./node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from '.../node_modules/slickgrid-react/src/slickgrid-react/services/utilities.ts' file: Error: ENOENT: no such file or directory, open '.../node_modules/slickgrid-react/src/slickgrid-react/services/utilities.ts'
WARNING in ./node_modules/slickgrid-react/dist/esm/slickgrid-config.js
Module Warning (from ./node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from '.../node_modules/slickgrid-react/src/slickgrid-react/slickgrid-config.ts' file: Error: ENOENT: no such file or directory, open '.../node_modules/slickgrid-react/src/slickgrid-react/slickgrid-config.ts'
Reproduction
[email protected]
── @slickgrid-universal/[email protected]
├── @slickgrid-universal/[email protected]
├── @slickgrid-universal/[email protected]
├── @slickgrid-universal/[email protected]
├── @slickgrid-universal/[email protected]
├── @slickgrid-universal/[email protected]
├── @slickgrid-universal/[email protected]
├── @slickgrid-universal/[email protected]
Expectation
No warnings.
Environment Info
Validations
The text was updated successfully, but these errors were encountered: