-
Notifications
You must be signed in to change notification settings - Fork 38
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
webpack can't find import entry #228
Comments
+1 |
can you try editing the @ctrl/tinycolor package.json in your node_modules to
and see if that fixes it for you |
I get the same error: The import is The suggested modification of the package.json in node_modules did not work. As a workaround, i added a path in the tsconfig.base.json: Environment: Apple M1 Ventura, NPM 9.6.7 |
I get the same error with '@ant-design/icons' |
then
inputToRGB
is undefined. because it resolved to@ctrl/tinycolor/dist/index.js
but if i change like this it can work.
seem like package.json entry not working here, but others package is fine, only this package has the problem.
my dependency chain is :
@ant-design/[email protected] -> @ant-design/[email protected] -> @ctrl/[email protected]
The text was updated successfully, but these errors were encountered: