-
Notifications
You must be signed in to change notification settings - Fork 353
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
Can't run the JS examples local server - can't find dist\Dropbox-sdk.js #621
Comments
Apologies for the trouble! The current instructions for running the examples are out of date. I'll ask the team to fix that up. To get this running, you'll need to run |
I thought this is the case, but |
I see, thanks for the information. Installing from a package manager is certainly fine, but if you'd like us to look into the build issue anyway, please share the error output you're getting from |
e:\temp\dropbox-sdk-js>npm run build
babel: |
Thanks! Those should have been installed by |
I found the cause. Your |
Thanks! We'll look into it. |
Documentation still wrong a year later |
@RichardJECooke Thanks for the note. This is still open with the team. I'll check in with them on this and follow up here with any updates. |
The ';' on windows is indeed an issue. Switching to '&' was the fix for the build. |
Describe the bug
I am following the instructions at https://github.com/dropbox/dropbox-sdk-js/tree/main/examples/javascript to run the examples server.
node server.js
crashes withVersions
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: