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
So npm start and npm run build throw warnings about your package like:
WARNING in ./node_modules/@bradgarropy/use-countdown/dist/countdown.js
Module Warning (from ./node_modules/react-scripts/node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from '/Users/justinblack/Library/CloudStorage/OneDrive-BrightMachines/Documents/repos/brc-fe/node_modules/@bradgarropy/use-countdown/src/countdown.tsx' file: Error: ENOENT: no such file or directory, open '/Users/justinblack/Library/CloudStorage/OneDrive-BrightMachines/Documents/repos/brc-fe/node_modules/@bradgarropy/use-countdown/src/countdown.tsx'
WARNING in ./node_modules/@bradgarropy/use-countdown/dist/index.js
Module Warning (from ./node_modules/react-scripts/node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from '/Users/x/Library/CloudStorage/OneDrive-x/Documents/repos/brc-fe/node_modules/@bradgarropy/use-countdown/src/index.tsx' file: Error: ENOENT: no such file or directory, open '/Users/x/Library/CloudStorage/OneDrive-BrightMachines/Documents/repos/brc-fe/node_modules/@bradgarropy/use-countdown/src/index.tsx'
WARNING in ./node_modules/@bradgarropy/use-countdown/dist/time.js
Module Warning (from ./node_modules/react-scripts/node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from '/Users/x/Library/CloudStorage/OneDrive-x/Documents/repos/brc-fe/node_modules/@bradgarropy/use-countdown/src/time.tsx' file: Error: ENOENT: no such file or directory, open '/Users/x/Library/CloudStorage/OneDrive-x/Documents/repos/brc-fe/node_modules/@bradgarropy/use-countdown/src/time.tsx'
WARNING in ./node_modules/@bradgarropy/use-countdown/dist/types.js
Module Warning (from ./node_modules/react-scripts/node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from '/Users/x/Library/CloudStorage/OneDrive-x/Documents/repos/brc-fe/node_modules/@bradgarropy/use-countdown/src/types.ts' file: Error: ENOENT: no such file or directory, open '/Users/x/Library/CloudStorage/OneDrive-x/Documents/repos/brc-fe/node_modules/@bradgarropy/use-countdown/src/types.ts'
The text was updated successfully, but these errors were encountered:
Your package includes source maps like so which include references to src folders:
https://www.npmjs.com/package/@bradgarropy/use-countdown?activeTab=code
But you do not distribute that src folder in your distribution
So npm start and npm run build throw warnings about your package like:
The text was updated successfully, but these errors were encountered: