-
Notifications
You must be signed in to change notification settings - Fork 504
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
Text not editable in local environment #448
Comments
npm version? |
Oh, sorry if didn't mention that. |
Maybe this is related to #427 . |
I just tested with npm 3.10.10 and it worked fine.
|
[fsevents] Success: "/Users/jonas/Documents/mosaico/node_modules/fsevents/lib/binding/Release/node-v48-darwin-x64/fse.node" already installed
Running "copy:res" (copy) task Running "copy:root" (copy) task Running "copy:htmls" (copy) task Running "copy:fontawesome" (copy) task Running "uglify:deps" (uglify) task
Running "cssmin:deps" (cssmin) task
Running "jshint:all" (jshint) task ✔ No problems Running "combineKOTemplates:main" (combineKOTemplates) task Running "browserify:main" (browserify) task
Running "exorcise:main" (exorcise) task Running "less:css" (less) task
Running "postcss:dist" (postcss) task
Running "postcss:material" (postcss) task
Running "express:dev" (express) task Running "watch" task
It seems to have something to do with npm3 like you mentioned. I reinstalled with node 10.0.0 and npm 5.6.0 and it works. |
Can you send me the "dist/rs/mosaico-libs.min.js is 924kb" not working? The size is ok, so tinymce should be there... maybe it have been added in the wrong order.. I have to see the result to analyze it as it worked fine in my npm3 deploy. |
Hi bago, sorry for the delay. |
Hello,
I am running mosaico on my local machine. I didn't hat any problems installing or compiling.
My problem is that there is no field to edit any text of the blocks in the preinstalled templates (Chrome and Firefox on MacOS).
There is an error about tinymce in the console:
Uncaught ReferenceError: tinymce is not defined
at Object.create (tinymce.js:29185)
at o.init (tinymce.js:29712)
at o.init (tinymce.js:25720)
at new o (tinymce.js:25691)
at Function.l [as extend] (tinymce.js:25732)
at tinymce.js:30462
at tinymce.js:44
at tinymce.js:27
at e (tinymce.js:43)
at tinymce.js:30456
Tinymce should be installed in the "npm install" process or do i have to do that manually?
Thanks for your time.
The text was updated successfully, but these errors were encountered: