-
Notifications
You must be signed in to change notification settings - Fork 716
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
'vx/legend' is not in the npm registry #252
Comments
Use |
Thank you for your response. I'm already doing that. This is how my package.json looks like and it is driving me crazy. Maybe there is some issue with the @ at the beginning of the name? As I said, I have no issues when I do npm install on my mac but I don't know what's going on with this Linux machine... It doesn't make any sense... Any other ideas?
|
Odd, have you tried yarn instead of npm? Are you sure you're using the latest NPM on linux? |
Hi @RosaRomeroGomez that's odd. What version of npm are you running locally? I'm running |
Strange indeed. From the npm docs:
|
@hshoff locally I'm running npm 5.6.0 and it works fine. Good news, I was able to finally solve the issue using yarn 1.5.1 on the linux machine instead of npm (following @browniefed recommendation). Not sure what's going there. I'm running the same version of npm (5.6.0) on the linux machine but definitely, using yarn seems the solution by now. |
Happy to hear you got it working! |
I've been trying to deploy my React application (created with create-react-app) on a Linux machine but I get the following error when I run
npm install
:It is pretty strange because this does not happen to me when I deploy the application on my Mac local machine. I've been doing some research on the Internet and I also tried to set the registry but it still didn't solve my problem. My last option I guess it is install vx/legend from github but I'm not sure how to do it.
Any help with this?
Thanks!
The text was updated successfully, but these errors were encountered: