-
Notifications
You must be signed in to change notification settings - Fork 585
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
examples from getting started docs fail to start #371
Comments
However, using |
As @seansfkelley mentions, |
@seansfkelley That works, but no static assets can be found. Seems like the url is interpreting the name of a function as a string or something? |
Hi @seansfkelley & @dingobar, I believe this is because of your version of Node. I just did a fresh install on macOS 10.15.7 with node 12.19.0 and npm 6.14.8 and while I did get the plethora of warnings the Simulator ran smoothly. When I switch to node 14.14.0 it doesn't run at all (due to the issues with hapi @seansfkelley pointed out). Using |
Following the instructions at https://tableau.github.io/webdataconnector/docs/,
npm start
explodes.npm start errors
/Users/seankelley/.npm/_logs/2020-05-11T18_07_59_574Z-debug.log
I'm guessing this has something to do with the 145 vulnerabilities (including 2 critical)/dozens of deprecations (including a few that outright state they are unsupported)/missing peer dependencies mentioned on install.
npm install errors
I'm on macOS 10.14.6 and Node 14.2.0 with npm 6.14.4 (installed from Homebrew).
The text was updated successfully, but these errors were encountered: