webplan-pro / currency-list

package for mutli locale currency list
8 stars 4 forks source link

Module Warning on compile #3

Closed elilemons closed 2 years ago

elilemons commented 2 years ago

Hello! I super appreciate this package.

That being said, whenever I compile I get this warning:

WARNING in ./node_modules/currency-list/lib/index.js
Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../src/index.ts': Error: Can't resolve '../src/index.ts' in '/Users/elilemons/Documents/Dev/web-client/node_modules/currency-list/lib'

1.0.7 doesn't seem to have this issue so I reverted back to it for now.

Thank you!

tuturis commented 2 years ago

Hi @elilemons ! thanks:)

About the error - I can't reproduce it locally with 1.0.8, I'd appreciate it if you could show steps on how to reproduce the error.

elilemons commented 2 years ago

It's just running npm start with my application.

We are using the LTS npm (16.4.2) and Webpack 4.41.2. It's an "older" application. Do you think this could be why?

tuturis commented 2 years ago

It's just running npm start with my application.

We are using the LTS npm (16.4.2) and Webpack 4.41.2. It's an "older" application. Do you think this could be why?

Yes it's possible, but until I can't reproduce the issue I can not confirm it :)