12:08 $ cd site ✔ ~/Projects/site 12:08 $ npm install seasite -g npm WARN deprecated left-pad@1.3.0: use String.prototype.padStart() /usr/local/bin/seasite -> /usr/local/lib/node_modules/seasite/lib/cli.js + seasite@0.8.3 updated 1 package in 12.123s ✔ ~/Projects/site 12:09 $ seasite init Create ... package.json Create ... index.js Create ... public/index.md Create ... public/template.html Done. ✔ ~/Projects/site 12:09 $ npm install npm WARN deprecated @babel/polyfill@7.4.4: 🚨 As of Babel 7.4.0, this npm WARN deprecated package has been deprecated in favor of directly npm WARN deprecated including core-js/stable (to polyfill ECMAScript npm WARN deprecated features) and regenerator-runtime/runtime npm WARN deprecated (needed to use transpiled generator functions): npm WARN deprecated npm WARN deprecated > import "core-js/stable"; npm WARN deprecated > import "regenerator-runtime/runtime"; npm WARN deprecated kleur@2.0.2: Please upgrade to kleur@3 or migrate to 'ansi-colors' if you prefer the old syntax. Visit for migration path(s). npm WARN deprecated left-pad@1.3.0: use String.prototype.padStart() > fsevents@1.2.9 install /Users/andre/Projects/site/node_modules/fsevents > node install node-pre-gyp WARN Using request for node-pre-gyp https download [fsevents] Success: "/Users/andre/Projects/site/node_modules/fsevents/lib/binding/Release/node-v72-darwin-x64/fse.node" is installed via remote > puppeteer@1.13.0 install /Users/andre/Projects/site/node_modules/puppeteer > node install.js Downloading Chromium r637110 - 85.9 Mb [====================] 100% 0.0s Chromium downloaded to /Users/andre/Projects/site/node_modules/puppeteer/.local-chromium/mac-637110 > core-js@3.1.4 postinstall /Users/andre/Projects/site/node_modules/@babel/register/node_modules/core-js > node scripts/postinstall || echo "ignore" Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library! The project needs your help! Please consider supporting of core-js on Open Collective or Patreon: > https://opencollective.com/core-js > https://www.patreon.com/zloirock Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -) > core-js@2.6.9 postinstall /Users/andre/Projects/site/node_modules/core-js > node scripts/postinstall || echo "ignore" Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library! The project needs your help! Please consider supporting of core-js on Open Collective or Patreon: > https://opencollective.com/core-js > https://www.patreon.com/zloirock Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -) > core-js-pure@3.1.4 postinstall /Users/andre/Projects/site/node_modules/core-js-pure > node scripts/postinstall || echo "ignore" Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library! The project needs your help! Please consider supporting of core-js on Open Collective or Patreon: > https://opencollective.com/core-js > https://www.patreon.com/zloirock Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -) npm notice created a lockfile as package-lock.json. You should commit this file. added 1135 packages from 812 contributors and audited 23587 packages in 28.789s found 72 vulnerabilities (65 low, 1 moderate, 6 high) run `npm audit fix` to fix them, or `npm audit` for details ✔ ~/Projects/site 12:10 $ npm start > SeaSiteSample@1.0.0 start /Users/andre/Projects/site > babel-node --presets=@babel/env,@babel/react index.js Site creation ... public -> dist Caught exception TypeError: site.readDOM is not a function at readDOM (/Users/andre/Projects/site/index.js:19:22) at SeaSite.handle (/Users/andre/Projects/site/node_modules/seasite/lib/site/site.js:423:31) at handle (/Users/andre/Projects/site/index.js:18:10) at Object.generateSite (/Users/andre/Projects/site/index.js:31:1) at Module._compile (internal/modules/cjs/loader.js:776:30) at Module._compile (/Users/andre/Projects/site/node_modules/pirates/lib/index.js:99:24) at Module._extensions..js (internal/modules/cjs/loader.js:787:10) at Object.newLoader [as .js] (/Users/andre/Projects/site/node_modules/pirates/lib/index.js:104:7) at Module.load (internal/modules/cjs/loader.js:643:32) at Function.Module._load (internal/modules/cjs/loader.js:556:12) ✔ ~/Projects/site 12:10 $ node -v v12.6.0 ✔ ~/Projects/site 12:11 $ npm -v 6.9.0 ✔ ~/Projects/site 12:11 $