You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 26, 2018. It is now read-only.
Example app listening on port 3000!
events.js:160
throw er; // Unhandled 'error' event
^
TypeError: Cannot read property 'render' of undefined
at normalizeRender (/Applications/AMPPS/www/vuessr/node_modules/vue-server-renderer/build.js:5192:19)
at render (/Applications/AMPPS/www/vuessr/node_modules/vue-server-renderer/build.js:5394:5)
at RenderStream.render (/Applications/AMPPS/www/vuessr/node_modules/vue-server-renderer/build.js:5437:9)
at RenderStream.tryRender (/Applications/AMPPS/www/vuessr/node_modules/vue-server-renderer/build.js:97:12)
at RenderStream._read (/Applications/AMPPS/www/vuessr/node_modules/vue-server-renderer/build.js:126:12)
at RenderStream.Readable.read (stream_readable.js:348:10)
at resume (_stream_readable.js:737:12)
at _combinedTickCallback (internal/process/next_tick.js:74:11)
at process._tickCallback (internal/process/next_tick.js:98:9)
[nodemon] app crashed - waiting for file changes before starting...
Thank you for your help.
EDIT:
It's maybe the same problem like here: vuejs/vue#3867
The text was updated successfully, but these errors were encountered:
Hi, i have little trouble with compile server-bundle.js with browserify and vueify.
I use the same way like here: https://github.com/csbun/vue2-ssr-example/blob/master/src/server.js
i using
browserify -t vueify -e src/js/server.js -o dist/js/server.js
Error log:
Thank you for your help.
EDIT:
It's maybe the same problem like here: vuejs/vue#3867
The text was updated successfully, but these errors were encountered: