Replies: 3 comments
-
Package.json should contain the supported node version.
There is a dev doc on what to run if you want to do development.
The release packages contain an already built frontend while doing it from
the main branch you will need to build them manually
…-- Sorry for being brief, sent from my phone.
On Tue, 22 Aug 2023, 07:56 wizgod, ***@***.***> wrote:
Hi Patrik,
I'm running into some errors trying to run npm install from source 1.9.6.
My 1.9.0 source is working fine.
I am curious, what development environment and version of node.js are you
using to develop 1.9.6?
Thanks,
Wg
—
Reply to this email directly, view it on GitHub
<#697>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABZKA5WAIFOAA7I5KZQBT4TXWRCYTANCNFSM6AAAAAA3ZLVJ3E>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Thanks Patrik, I upgraded node.js to 18.*. I received the following warnings during install; is this expected? `npm WARN deprecated [email protected]: See https://github.com/lydell/source-map-resolve#deprecated added 1898 packages, and audited 1899 packages in 31s 177 packages are looking for funding 30 vulnerabilities (13 moderate, 12 high, 5 critical) To address issues that do not require attention, run: To address all issues possible (including breaking changes), run: Some issues need review, and may require choosing Run Process finished with exit code 0 |
Beta Was this translation helpful? Give feedback.
-
Yes. That is all good
…-- Sorry for being brief, sent from my phone.
On Wed, 23 Aug 2023, 04:12 wizgod, ***@***.***> wrote:
Thanks Patrik, I upgraded node.js to 18.*.
I received the following warnings during install; is this expected?
`npm WARN deprecated ***@***.***: See
https://github.com/lydell/source-map-resolve#deprecated
npm WARN deprecated ***@***.***: Chokidar 2 does not receive security
updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies
npm WARN deprecated ***@***.***:
https://github.com/lydell/resolve-url#deprecated
npm WARN deprecated ***@***.***: Please upgrade to latest,
***@***.*** or ***@***.***! Check these notes: https://bit.ly/2ZEqIau
npm WARN deprecated ***@***.***: Please upgrade to version 7 or higher.
Older versions may use Math.random() in certain circumstances, which is
known to be problematic. See https://v8.dev/blog/math-random for details.
npm WARN deprecated ***@***.***: Please upgrade to version 7 or higher.
Older versions may use Math.random() in certain circumstances, which is
known to be problematic. See https://v8.dev/blog/math-random for details.
npm WARN deprecated ***@***.***: request has been deprecated, see
request/request#3142 <request/request#3142>
npm WARN deprecated ***@***.***: Please upgrade to v7.0.2+ of
superagent. We have fixed numerous issues with streams, form-data,
attach(), filesystem errors not bubbling up (ENOENT on attach()), and all
tests are now passing. See the releases tab for more information at
https://github.com/visionmedia/superagent/releases.
npm WARN deprecated ***@***.***: TSLint has been deprecated in favor of
ESLint. Please see palantir/tslint#4534
<palantir/tslint#4534> for more information.
added 1898 packages, and audited 1899 packages in 31s
177 packages are looking for funding
run npm fund for details
30 vulnerabilities (13 moderate, 12 high, 5 critical)
To address issues that do not require attention, run:
npm audit fix
To address all issues possible (including breaking changes), run:
npm audit fix --force
Some issues need review, and may require choosing
a different dependency.
Run npm audit for details.
Process finished with exit code 0
`
—
Reply to this email directly, view it on GitHub
<#697 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABZKA5SRULA3AQU7M6HG35TXWVRI5ANCNFSM6AAAAAA3ZLVJ3E>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hi Patrik,
I'm running into some errors trying to run npm install from source 1.9.6. My 1.9.0 source is working fine.
I am curious, what development environment and version of node.js are you using to develop 1.9.6?
Thanks,
Wg
Beta Was this translation helpful? Give feedback.
All reactions