Last active
March 7, 2023 08:53
-
-
Save intrnl/bd098616dc1030f6704ac0b5a1e5674d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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] [email protected] (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] [email protected] (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 [email protected]: 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 [email protected]: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-terser | |
npm WARN deprecated [email protected]: Use your platform's native performance.now() and performance.timeOrigin. | |
npm WARN deprecated [email protected]: Please use @jridgewell/sourcemap-codec instead | |
npm WARN deprecated [email protected]: 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