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 am using the latest version of dayjs-business-days2 - (version 1.2.0)
I get the below warning in terminal when I run the app with npm start in my react project.
WARNING in ./node_modules/dayjs-business-days2/dist/index.js
Module Warning (from ./node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from 'C:<folder_name><project_name>\node_modules\dayjs-business-days2\src\index.ts' file: Error: ENOENT: no such file or directory, open 'C:<folder_name><project_name>\node_modules\dayjs-business-days2\src\index.ts'
I tried switching to version 1.1.0 and got the same warning.
I do not want to see any error/warning messages when compiling the app. Is this a issue with 'dayjs-business-days2' package?
The text was updated successfully, but these errors were encountered:
I am using the latest version of dayjs-business-days2 - (version 1.2.0)
I get the below warning in terminal when I run the app with
npm start
in my react project.WARNING in ./node_modules/dayjs-business-days2/dist/index.js
Module Warning (from ./node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from 'C:<folder_name><project_name>\node_modules\dayjs-business-days2\src\index.ts' file: Error: ENOENT: no such file or directory, open 'C:<folder_name><project_name>\node_modules\dayjs-business-days2\src\index.ts'
I tried switching to version 1.1.0 and got the same warning.
I do not want to see any error/warning messages when compiling the app. Is this a issue with 'dayjs-business-days2' package?
The text was updated successfully, but these errors were encountered: