Skip to content

Instantly share code, notes, and snippets.

@intrnl
Last active March 7, 2023 08:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save intrnl/bd098616dc1030f6704ac0b5a1e5674d to your computer and use it in GitHub Desktop.
Save intrnl/bd098616dc1030f6704ac0b5a1e5674d to your computer and use it in GitHub Desktop.
[intrnl@azalea react-app]$ rm -rf node_modules/ oro-cache/
[intrnl@azalea react-app]$ ../../orogene-v0.3.6-x86_64-unknown-linux-gnu/oro restore --cache oro-cache --loglevel info
2023-03-07T08:52:19.766842Z INFO orogene: Running command: Restore(
RestoreCmd {
registry: Some(
Url {
scheme: "https",
cannot_be_a_base: false,
username: "",
password: None,
host: Some(
Domain(
"registry.npmjs.org",
),
),
port: None,
path: "/",
query: None,
fragment: None,
},
),
json: false,
quiet: false,
root: Some(
"/home/intrnl/Downloads/temp/react-app",
),
cache: Some(
"oro-cache",
),
},
)
πŸ” Resolved!
2023-03-07T08:52:19.882883Z INFO node_maintainer::maintainer: Resolved graph of 1472 nodes in 38ms
πŸ’Ύ β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ [1471/1471] rollup@2.79.1 (https://registry.npmjs.org/rollup/-/rollup-2.79.1.tgz) 2023-03-07T08:52:26.772373Z INFO node_maintainer::maintainer: Extracted 1472 packages in 6888ms.
πŸ’Ύ Linked!
2023-03-07T08:52:26.801036Z INFO orogene: Ran in 7.035s
[intrnl@azalea react-app]$ rm -rf node_modules/; ../../orogene-v0.3.6-x86_64-unknown-linux-gnu/oro restore --cache oro-cache --loglevel info
2023-03-07T08:52:33.233875Z INFO orogene: Running command: Restore(
RestoreCmd {
registry: Some(
Url {
scheme: "https",
cannot_be_a_base: false,
username: "",
password: None,
host: Some(
Domain(
"registry.npmjs.org",
),
),
port: None,
path: "/",
query: None,
fragment: None,
},
),
json: false,
quiet: false,
root: Some(
"/home/intrnl/Downloads/temp/react-app",
),
cache: Some(
"oro-cache",
),
},
)
πŸ” Resolved!
2023-03-07T08:52:33.344925Z INFO node_maintainer::maintainer: Resolved graph of 1472 nodes in 35ms
πŸ’Ύ β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ [1186/1471] json-schema-traverse@1.0.0 (https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz) 2023-03-07T08:52:33.504846Z INFO node_maintainer::maintainer: Extracted 1472 packages in 159ms.
πŸ’Ύ Linked!
2023-03-07T08:52:33.534418Z INFO orogene: Ran in 0.303s
[intrnl@azalea react-app]$ rm -rf node_modules/; time npm install --ignore-scripts
npm WARN deprecated stable@0.1.8: Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility
npm WARN deprecated rollup-plugin-terser@7.0.2: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-terser
npm WARN deprecated w3c-hr-time@1.0.2: Use your platform's native performance.now() and performance.timeOrigin.
npm WARN deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead
npm WARN deprecated svgo@1.3.2: This SVGO version is no longer supported. Upgrade to v2.x.x.
added 1478 packages, and audited 1479 packages in 7s
231 packages are looking for funding
run `npm fund` for details
6 high severity vulnerabilities
To address all issues (including breaking changes), run:
npm audit fix --force
Run `npm audit` for details.
real 0m7.639s
user 0m11.007s
sys 0m2.892s
[intrnl@azalea react-app]$ npm -v
9.5.0
[intrnl@azalea react-app]$ node -v
v19.7.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment