zkochan on v8-config-changes
test: fix (compare)
zkochan on v8-config-changes
test: fix (compare)
zkochan on v8-config-changes
test: fix (compare)
zkochan on v8-config-changes
test: fix (compare)
zkochan on v8-config-changes
test: fix (compare)
pnpm install prettier -g
, but when I try to run the command, it gives me this:node:internal/modules/cjs/loader:944
throw err;
^
Error: Cannot find module '/Users/hugosum/pnpm-global/5/node_modules/prettier/bin-prettier.js'
at Function.Module._resolveFilename (node:internal/modules/cjs/loader:941:15)
at Function.Module._load (node:internal/modules/cjs/loader:774:27)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:76:12)
at node:internal/main/run_main_module:17:47 {
code: 'MODULE_NOT_FOUND',
requireStack: []
}
which prettier
is /usr/local/bin/prettier
tsc
fails on a PILE of webpack related dependencies from Package A.
Hi All, Im having issues with pnpm link not working
pnpm unlink
cd package dir
pnpm link --global
cd project dir
pnpm link --global @the.package/name
pnpm i
> @the.package/name is not in the npm registry, or you have no permission to fetch it.
Is anyone able to see what im doing wrong?
I'm trying to use pnpm
in my Dockerfile
I have one dependency which is installed from GitHub, Problem with pnpm
is it is not able to access the yarn
package, I think some kind of permission problem.
Error:
The command '/bin/sh -c pnpm install' returned a non-zero code: 1
Here is my Dockerfile
FROM node:alpine
RUN npm install -g pnpm
WORKDIR /app
COPY ["package.json", "pnpm-lock.yaml", "./"]
RUN pnpm install
COPY . .
RUN pnpm build
ENV PORT=8080
EXPOSE 80
CMD [ "node", "./build/index.js" ]
Hello 👋 . I am using nrwl/nx monorepo with pnpm. During pnpm install I am getting error EISDIR: illegal operation on a directory, read and I have no clue what could be an issue. Is there a way to get the stack trace to debug this issue and fix it. Btw, Has anyone seen this error before and fixed it.
Env:
Mac OS
❯ node -v
v16.17.0
❯ pnpm -v
7.13.5
libpq@1.8.12/node_modules/libpq install: sh: node-gyp: not found
and when running pnpm 6.11.0 I get libpq@1.8.12/node_modules/libpq install: sh: node-gyp: Permission denied
pnpm i
and I'm getting this error message ERR_SOCKET_TIMEOUT, does anyone know if the npmjs registry is having issues?
pnpm publish --no-git-tag-version dist/my-library --non-interactive --new-version=9.5.1-oualid-TEMP-SNAPSHOT --registry=https://nexus.zac.my-npm-snapshots/