Skip to content
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

[Bug] Unable to find module in scoped namespace #645

Closed
zdm opened this issue Dec 19, 2019 · 8 comments
Closed

[Bug] Unable to find module in scoped namespace #645

zdm opened this issue Dec 19, 2019 · 8 comments
Labels
bug Something isn't working stale Issues that didn't get attention unreproducible This issue cannot be reproduced on master

Comments

@zdm
Copy link

zdm commented Dec 19, 2019

Describe the bug

await packageJsonAndInstall({
	devDependencies: {
		[`@softvisio/core`]: `0.2.0`,
	},
});

expect(() => {
	require('@softvisio/core/lib/coro.js');
}).not.toThrow();

Npm resolved such paths without problems.

  • OS: Linux, Windows
  • Node version 13.3.0.
  • Yarn version [e.g. 2.0.0-rc19
@zdm zdm added the bug Something isn't working label Dec 19, 2019
@arcanis
Copy link
Member

arcanis commented Dec 19, 2019

A repro using Sherlock would be helpful.

@zdm
Copy link
Author

zdm commented Dec 19, 2019

I added repro for Sherlock, but not sure, if it will re-check it after issue was created.

@yarnbot yarnbot added the unreproducible This issue cannot be reproduced on master label Dec 19, 2019
@yarnbot

This comment has been minimized.

@zdm
Copy link
Author

zdm commented Dec 19, 2019

Hmm, this issue is reproduced on my windows and linux hosts.
I do not have any special settings in yarn config.
Maybe I created snippet for Sherlock incorrectly?

@yarnbot

This comment has been minimized.

@yarnbot yarnbot added the stale Issues that didn't get attention label Jun 9, 2020
@yarnbot

This comment has been minimized.

1 similar comment
@yarnbot
Copy link
Collaborator

yarnbot commented Jun 9, 2020

We couldn't reproduce your issue (all the assertions passed on master).

@merceyz
Copy link
Member

merceyz commented Jun 9, 2020

The file was present in @softvisio/core@0.2.0 but removed in @softvisio/core@0.2.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working stale Issues that didn't get attention unreproducible This issue cannot be reproduced on master
Projects
None yet
Development

No branches or pull requests

4 participants