question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot build Version 4.7.13 failing with errors.

See original GitHub issue

Steps to reproduce the problem (Windows Server 2016) …

  • Go to https://github.com/tinymce/tinymce. Click Releases link. Download and unzip verrsion 4.7.13 (file tinymce-4.7.13.zip). Open the readme.md file and continue following steps in the readme.md …
  • Open Git Bash console.
  • cd tinymce/
  • $ npm i -g grunt-cli
  • grunt-cli@1.2.0 updated 1 package in 3.416s
  • $ npm install npm WARN deprecated coffee-script@1.12.7: CoffeeScript on NPM has moved to “coffeescript” (no hyphen)

uglifyjs-webpack-plugin@0.4.6 postinstall C:\users\Administrator\Desktop\test\tinymce\node_modules\uglifyjs-webpack-plugin node lib/post_install.js

npm notice created a lockfile as package-lock.json. You should commit this file. npm WARN ajv-keywords@3.2.0 requires a peer of ajv@^6.0.0 but none is installed. You must install peer dependencies yourself. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.4 (node_modules\fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.4: wanted {“os”:“darwin”,“arch”:“any”} (current: {“os”:“win32”,“arch”:“x64”})

added 923 packages from 723 contributors and audited 11006 packages in 77.537s found 7 vulnerabilities (3 low, 4 moderate) run npm audit fix to fix them, or npm audit for details

  • $ grunt $ grunt Running “validateVersion” task

Running “shell:tsc” (shell) task src/core/main/ts/keyboard/CefNavigation.ts(231,31): error TS1005: ‘)’ expected. src/core/main/ts/keyboard/CefNavigation.ts(231,40): error TS1005: ‘,’ expected. src/core/main/ts/keyboard/CefNavigation.ts(231,41): error TS1134: Variable declaration expected. src/core/main/ts/keyboard/CefNavigation.ts(231,43): error TS1134: Variable declaration expected. src/core/main/ts/keyboard/CefNavigation.ts(244,28): error TS1005: ‘)’ expected. src/core/main/ts/keyboard/CefNavigation.ts(244,37): error TS1005: ‘,’ expected. src/core/main/ts/keyboard/CefNavigation.ts(244,38): error TS1134: Variable declaration expected. src/core/main/ts/keyboard/CefNavigation.ts(244,40): error TS1134: Variable declaration expected. src/core/main/ts/keyboard/TableNavigation.ts(150,31): error TS1005: ‘)’ expected. src/core/main/ts/keyboard/TableNavigation.ts(150,40): error TS1005: ‘,’ expected. src/core/main/ts/keyboard/TableNavigation.ts(150,41): error TS1134: Variable declaration expected. src/core/main/ts/keyboard/TableNavigation.ts(150,43): error TS1134: Variable declaration expected. src/core/main/ts/keyboard/TableNavigation.ts(160,31): error TS1005: ‘)’ expected. src/core/main/ts/keyboard/TableNavigation.ts(160,40): error TS1005: ‘,’ expected. src/core/main/ts/keyboard/TableNavigation.ts(160,41): error TS1134: Variable declaration expected. src/core/main/ts/keyboard/TableNavigation.ts(160,43): error TS1134: Variable declaration expected. Warning: Command failed: node ./node_modules/typescript/bin/tsc Use --force to continue.

Aborted due to warnings.

Can someone PLEASE tell me what I have to do to build this?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:2
  • Comments:9 (2 by maintainers)

github_iconTop GitHub Comments

3reactions
Afraithecommented, Jun 30, 2018

Reason for less updates lately is that we are working on some larger tasks. And be sure we are looking into these build issues.

3reactions
Georg-Gitcommented, Jun 24, 2018

Fresh installation of node,js including npm.

file tinymce-4.7.13.zip => same errors in tsc

In the last days there are lot of security updates in the modules tinyMCE depends on.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Nuget Restore via build server "unable to find version"
The reason why the build failed, was an old version of nuget.exe. ... WARNING: Unable to find version '3.5.0.2' of package 'Antlr'.
Read more >
No errors displayed in the "Error List" (error list doesn't show ...
Visual Studio 2017 Version 15.4.2 on Windows 7. I have a compiler error and my error list is empty. Switching from "Build +...
Read more >
openshift-apiserver cluster-operator goes unavailable during ...
Issue · After deploying OCP 4.7 or upgrading OCP cluster from 4.6 to 4.7, multiple clusteroperator goes into the Degraded state. Raw.
Read more >
Changelog - curl
curl 7.87.0 release video ... windows: fail early with a missing windres in autotools ... ngtcp2: fix build errors due to changes in...
Read more >
NETSDK1045: The current .NET SDK does not support 'newer ...
This error occurs when the build tools can't find the version of the .NET SDK that's needed to build a project. This is...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found