only-allow icon indicating copy to clipboard operation
only-allow copied to clipboard

Force a specific package manager to be used on a project

Results 15 only-allow issues
Sort by recently updated
recently updated
newest added

preinstall config: ![image](https://user-images.githubusercontent.com/25141652/207211326-d67aec82-0d9f-4136-9bc3-836071e3aa1b.png) ![image](https://user-images.githubusercontent.com/25141652/207211428-9951d98e-1286-4295-a522-86435924ba99.png) execute pnpm i ![image](https://user-images.githubusercontent.com/25141652/207211689-de7551d1-5b5b-4aae-baf7-30d53fb69338.png) pnpm-lock.yaml still has be created

mac: 11.5.2 not trigger preinstall

# Description I would like to re-open https://github.com/pnpm/only-allow/issues/2 because the fix doesn't work for me. I'm on OSX and `process.cwd() === /Users/neolitec/.npm/_cacache/tmp/git-clone-15806b2b` no matter if I use npm 6, 7,...

Hi, Can I use only-allow with a specific version? For example → ``` { "scripts": { "preinstall": "npx only-allow npm@8" } } ``` If not, is it possible to have...

So I'm not sure if this is an Amplify issue or `only-allow` problem, so you might tell me to go elsewhere! We are using `only-allow` for an internal package we...