marko-js-archive/marko-starter

marko-starter fails to build on Windows

xaricx opened this issue · 2 comments

Following the hello-world example.

I patched the "build" script to work with Windows: "build": "set NODE_ENV=production & marko-starter build",

However, when running "npm run build", I get several failure error messages, all along the lines of:

Error building page /hello/marko. Error: Error: Render async fragment error (lasso-slot:head). Exception: Error: Failed to walk dependency

However, this command does work on my Linux machine.

This is resolved using the latest version of marko-starter.

npm install --save marko-starter@latest