-
Notifications
You must be signed in to change notification settings - Fork 143
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 npm install
#252
Comments
Oh boy! Could've sworn I had cleared package-lock the other day but regardless thank you for the catch!! I'll update it right now. |
Just dropping in to give an update that the original issue has been fixed, but we've run into a new bug that is making our build command fail. Working to get it fixed asap and then will push all the changes. |
Thanks! |
Another quick update is the bug seems like it might be related to an issue with fast foundation and a build tool both packages use called api-extractor. Details aside, I'll be reaching out to someone on the fast team to see if they might have some insights and will hopefully have this issue resolved by Monday since I don't expect to get much of a response on a Friday at 4pm 😅 |
fwiw I was able to get a successful install just by deleting package-lock.json and running npm install. |
Yep, that's what worked for us too! However, the issue we ran into is when you try to run |
Regardless, I'm happy to hear you found the same solution in the meantime! |
It looks like there are references to
mscomdev.pkgs.visualstudio.com
in the package-lock.json. This prevents anyone who isn't authenticated and set up to that package feed from being able to contribute. All dependencies are public, so we should be able to just reference the public npm registry.The text was updated successfully, but these errors were encountered: