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
{{ message }}
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.
What's up with "postinstall": "husky install" Why would I need that?
Adding ignore-scripts = true to .npmrc did not fix it.
Installing husky globally fixed the ELIFECYCLE Command failed. but still.
Running pnpb build results in a: ENOENT: no such file or directory, open '/path/to/app/node_modules/.pnpm/@[email protected]/node_modules/@svelte-web-fonts/google/dist/index.js
$ tree node_modules/.pnpm/@[email protected]/node_modules/@svelte-web-fonts/
node_modules/.pnpm/@[email protected]/node_modules/@svelte-web-fonts/
└── google
├── LICENSE
├── README.md
├── package-lock.json
└── package.json
The text was updated successfully, but these errors were encountered:
Trying to install this thing:
And in
node_modules/.pnpm/@[email protected]/node_modules/@svelte-web-fonts/google/package.json
I find:What's up with
"postinstall": "husky install"
Why would I need that?Adding
ignore-scripts = true
to.npmrc
did not fix it.Installing
husky
globally fixed theELIFECYCLE Command failed.
but still.Running
pnpb build
results in a:ENOENT: no such file or directory, open '/path/to/app/node_modules/.pnpm/@[email protected]/node_modules/@svelte-web-fonts/google/dist/index.js
The text was updated successfully, but these errors were encountered: