Hi
We get an error when we try to compile html demo1 with gulp in version 8.2.7
I am running it using normal cmd, not windows powershell
- i Delete the node_modules folder, yarn.lock file, and package-lock.json file .
- Run “npm install” to reinstall dependencies.
- Finally, i try to execute the “gulp” command without the—demo1 flag.
- "tinymce": "7.2.1", I checked the version
https://drive.google.com/file/d/1IPdgJ84kPtTbWii7kU-KTvxqVi_zdN_v/view?usp=sharing
Hi
Please remove the ^ mark from the version number. Make it like this:
"tinymce": "7.2.1",
Thanks
I deleted the tinymce installation from the package, then it is installed. Tinymce cannot be used in version 8.2.7