hnvm
hnvm copied to clipboard
Hermetically sealed versions of node and pnpm
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.0.0 to 4.1.3. Release notes Sourced from tough-cookie's releases. 4.1.3 Security fix for Prototype Pollution discovery in #282. This is a minor release, although output from the...
Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...
Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...
First, confirmed the version of hnvm I'm using: ``` [joseph.galindo@C02XK68RJG5L probot-pr-checklist (jrg/BT-3953)]$ brew list hnvm /usr/local/Cellar/hnvm/v0.12.7/.hnvmrc /usr/local/Cellar/hnvm/v0.12.7/bin/node /usr/local/Cellar/hnvm/v0.12.7/bin/npm /usr/local/Cellar/hnvm/v0.12.7/bin/npx /usr/local/Cellar/hnvm/v0.12.7/bin/pnpm /usr/local/Cellar/hnvm/v0.12.7/bin/pnpx /usr/local/Cellar/hnvm/v0.12.7/bin/yarn /usr/local/Cellar/hnvm/v0.12.7/lib/.tmp/node/>=4 /usr/local/Cellar/hnvm/v0.12.7/lib/hnvm/ (4 files) ``` So..I was trying...
Ran into an issue while running the following command with hnvm: ``` > npx browserslist@latest --update-db SyntaxError: Unexpected token in JSON at position 0 at JSON.parse () at getLatestInfo (/Users/philipting/dev/modus-web/platform/node_modules/browserslist/update-db.js:51:15)...
Output when running `./pnpm install` in a project with `[email protected]`: ``` node_modules/.pnpm/[email protected]/node_modules/core-js-pure: Running postinstall script, failed in 935ms .../node_modules/core-js-pure postinstall$ node -e "try{require('./postinstall')}catch(e){}" │ No HNVM_NODE version set. Please set...
```sh internal/modules/cjs/loader.js:582 throw err; ^ Error: Cannot find module '/Users/josephschmitt/.hnvm/10.13.0/lib/node_modules/pnpm/bin/pnpm.js' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:580:15) at Function.Module._load (internal/modules/cjs/loader.js:506:25) at Function.Module.runMain (internal/modules/cjs/loader.js:741:12) at startup (internal/bootstrap/node.js:285:19) at bootstrapNodeJSCore (internal/bootstrap/node.js:739:3) ```