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
Just checking out the demo repo from github, checking out the mozaik-2 branch and starting the server.js.
Further testing showed that this was due to fails in the npm install process. which are shown as an option on the website.
➜ mozaik-demo git:(mozaik-2) ✗ node --version
v10.5.0
➜ mozaik-demo git:(mozaik-2) ✗ npm --version
6.3.0
➜ mozaik-demo git:(mozaik-2) ✗ node server.js
> using config file: 'conf/config.yml'
/Users/larslinnet/Sites/mozaik-demo/server.js:11
Mozaik.configureFromFile(configPath)
^
TypeError: Mozaik.configureFromFile is not a function
at Object.<anonymous> (/Users/larslinnet/Sites/mozaik-demo/server.js:11:8)
at Module._compile (internal/modules/cjs/loader.js:702:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:713:10)
at Module.load (internal/modules/cjs/loader.js:612:32)
at tryModuleLoad (internal/modules/cjs/loader.js:551:12)
at Function.Module._load (internal/modules/cjs/loader.js:543:3)
at Function.Module.runMain (internal/modules/cjs/loader.js:744:10)
at startup (internal/bootstrap/node.js:240:19)
at bootstrapNodeJSCore (internal/bootstrap/node.js:564:3)
The text was updated successfully, but these errors were encountered:
Just checking out the demo repo from github, checking out the mozaik-2 branch and starting the server.js.
Further testing showed that this was due to fails in the npm install process. which are shown as an option on the website.
The text was updated successfully, but these errors were encountered: