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

Dependency version issue #55

Open
agarg5 opened this issue Nov 27, 2020 · 3 comments
Open

Dependency version issue #55

agarg5 opened this issue Nov 27, 2020 · 3 comments
Labels
help wanted Extra attention is needed

Comments

@agarg5
Copy link

agarg5 commented Nov 27, 2020

With yarn, getting this error when trying to use react-view.

miksu/prettier is a dependency but this is seems like it could be a versioning issue

Module not found: Error: Can't resolve 'linguist-languages/data/JSX' in '[PROJECT_PATH]/node_modules/@miksu/prettier/lib/language-js'
@tajo
Copy link
Contributor

tajo commented Nov 30, 2020

Can you try [email protected]?

When do you see it? When running y install ?

@tajo tajo added the help wanted Extra attention is needed label Nov 30, 2020
@agarg5
Copy link
Author

agarg5 commented Dec 1, 2020

@tajo thanks for your response. Tried yarn install [email protected] followed by yarn install and get

Failed to compile.

./node_modules/react-view/dist/es/index.js
Module build failed: Error: ENOENT: no such file or directory, open '[...]/node_modules/react-view/dist/es/index.js'

@tajo
Copy link
Contributor

tajo commented Dec 2, 2020

Can you provide full repro?

It seems to be working in CodeSandbox. And the react-view/dist/es/index.js file was correctly published.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants