-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
npm install throws an error on Windows #25
Comments
@srconklin I just cloned a fresh copy of the repo and ran Could you try removing Also, just to be sure, could you run |
@jasonbosco I tried that... it got a little further but still bails out before completing: |
@srconklin I have a feeling this is because of issues with installing puppeteer on Windows. It's only used to run integration tests, so if you're just looking to run the testground app (based on my comment), you could just comment out all the puppeteer dependencies from package.json and see if that helps. In any case, let me do this: I'll extract the ecommerce app from this repo into a separate repo with minimal dependencies and share that with you. I've been meaning to build an ecommerce demo anyway, so perfect time to get started on that. I'll keep you posted shortly. |
@jasonbosco Thank You! You were right. I removed all those instances (and Jest) and it worked. |
@jasonbosco I got the demo up and running locally. Thanks so much for your patience and help.
|
Awesome!
You'd only need to run For eg, here's how to start the songs search instant search app locally: https://github.com/typesense/showcase-songs-search#development Hopefully, this becomes clearer once I extract the ecommerce app into a standalone app. |
@srconklin I've extracted the app into a separate repo here: https://github.com/typesense/showcase-ecommerce-store. Hopefully this one's straightforward to get up and running. Sorry about the dance you had to go through earlier to boot the testground app standalone. I still need to add some better-looking UI to the showcase app, but it should give you a sense of what's possible functionality-wise. Let me know how it goes! |
@jasonbosco Thanks so much. you are very responsive which gives me a very good comfort level about picking this lib over the others.. |
Description
running
npm install
throws an error (on Windows?)Steps to reproduce
npm install
Expected Behavior
npm to complete and node_modules folder to appear
Actual Behavior
I see nothing of interest in the mentioned log file.
Other projects are updating installing fine
I tried
npm cache clean --force
I updated to the last node and npm
nothing seems to work
Metadata
OS: Windows 10 Pro 20H@ 19042.685
The text was updated successfully, but these errors were encountered: