-
-
Notifications
You must be signed in to change notification settings - Fork 199
Example build fails with Node.js 8 #8
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
Comments
Any idea how to solve it ? |
Didn't have the time to research it any further, a quick Google searched revealed this issue: microsoft/TypeScript#16985 but not sure if it applies. The project should definitely use NPM 5 or Yarn in order to tie down the dependencies that are used for the build. |
I fixed this error using js8. I changed the dependency to |
It is because of npm5: #19 (comment) Should be fixed by: #25 |
Fixed by #25 |
I cannot build the example on my machine with:
That seems to be a problem when using a newer Node.js / NPM version as you can see on Travis:
https://travis-ci.org/franzbecker/monaco-languageclient/jobs/255741802
The error occurs while compiling TypeScript:
The text was updated successfully, but these errors were encountered: