Broken - Local Setup for Development #1597
Unanswered
sethlabadie
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Following these instructions, https://github.com/lowlighter/metrics/blob/master/.github/readme/partials/documentation/setup/local.md
The install hangs at
npm install
I get the following output:
The module that it is looking for,
node_modules/puppeteer/install.js
, is actuallynode_modules/puppeteer/install.mjs
.Changing the name of this file doesn't work, as it just reverts during the npm install process.
Any ideas or help on how to solve this?
Looks like it is more of an npm issue.
Beta Was this translation helpful? Give feedback.
All reactions