-
Notifications
You must be signed in to change notification settings - Fork 97
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
"Unable to resolve dependency tree" while installing dependencies #547
Comments
Python issue appears to be fixed after a computer restart, it would appear that
I have tried
|
I solved by following the instructions here than I ran this command |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Project does not work as expected out of the box when running
npm install
- issues with React version dependencies occur:Then, when trying to re-run with
npm install --legacy-peer-deps
, there are further issues with node-gyp (msbuild tools and python versions) which have led me down quite the rabbithole:Python2.7 is installed at that location and is in my path, including under NODE_GYP_FORCE_PYTHON:
Which I know works, as I have been following the instructions here (https://stackoverflow.com/a/60471089) for remedying this node-gyp issue, and upon running node-gyp configure as part of this test I am told to upgrade from Python2.7 - so I am unsure why when running
npm install --legacy-peer-deps
with this project that Python 2.7 cannot be found.Any help would be appreciated.
To Reproduce
Steps to reproduce the behavior:
npm install
Expected behavior
The dependencies install as expected.
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: