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
Attempting to start this example results in the following error:
$ npm run build && node server.js
> [email protected] build /home/max/Development/LABS/experiment-marko-rollup
> rollup -c rollup.config.js
🚨 Could not resolve '/home/max/Development/LABS/experiment-marko-rollup/node_modules/marko/src/runtime/createOut.js' from commonjs-proxy:/home/max/Development/LABS/experiment-marko-rollup/node_modules/marko/src/runtime/createOut.js
npm ERR! Linux 4.14.13-300.fc27.x86_64
npm ERR! argv "/usr/bin/node" "/home/max/.config/yarn/global/node_modules/.bin/npm" "run" "build"
npm ERR! node v9.4.0
npm ERR! npm v3.10.10
npm ERR! code ELIFECYCLE
npm ERR! [email protected] build: `rollup -c rollup.config.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] build script 'rollup -c rollup.config.js'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the marko-rollup package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! rollup -c rollup.config.js
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs marko-rollup
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls marko-rollup
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /home/max/Development/LABS/experiment-marko-rollup/npm-debug.log
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Additionally the dependencies are horribly out of date.
The text was updated successfully, but these errors were encountered:
Attempting to start this example results in the following error:
Additionally the dependencies are horribly out of date.
The text was updated successfully, but these errors were encountered: