Cannot build Version 4.7.13 failing with errors.
See original GitHub issueSteps 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:
- Created 5 years ago
- Reactions:2
- Comments:9 (2 by maintainers)
Reason for less updates lately is that we are working on some larger tasks. And be sure we are looking into these build issues.
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.