web-replay-gen icon indicating copy to clipboard operation
web-replay-gen copied to clipboard

Warning on 'npm install'

Open pivic opened this issue 11 months ago • 0 comments

I followed the guide on the README page and here's my log; I'm a noob, so this error may naturally be due to something in my environment. I mention this because the npm suggestion helped me circumvent my issue, it may help others:

`[terminal prompt]>npm install

added 514 packages, and audited 515 packages in 44s

[terminal prompt]> npm run serve

[email protected] serve npm run serve:eleventy; npm run watch:tailwindcss

npm error Missing script: "serve:eleventy;" npm error npm error Did you mean this? npm error npm run serve:eleventy # run the "serve:eleventy" package script npm error npm error To see a list of scripts, run: npm error npm run npm error A complete log of this run can be found in: \npm-cache_logs\2024-11-14T08_35_44_363Z-debug-0.log

[terminal prompt]> npm run serve:eleventy

[email protected] serve:eleventy npx @11ty/eleventy --serve

[11ty] Writing _site/wrg-config.json from ./src/config.json.njk [11ty] Writing _site/robots.txt from ./src/robots.njk [11ty] Writing _site/replay/sw.js from ./src/replay/sw.njk [11ty] Writing _site/sitemap.xml from ./src/sitemap.njk [11ty] Writing _site/archive/index.html from ./src/archive.njk [11ty] Writing _site/index.html from ./src/index.njk [11ty] Writing _site/search/index.html from ./src/search.njk [11ty] Copied 12 files / Wrote 7 files in 0.28 seconds (v1.0.2) [11ty] Watching… [Browsersync] Access URLs:

Local: http://localhost:8080

External: http://10.10.10.10:8080

[Browsersync] Serving files from: _site`

pivic avatar Nov 14 '24 08:11 pivic