skemaikin opened a new issue, #30663:
URL: https://github.com/apache/superset/issues/30663

   ### Bug description
   
   Cannot make custom build Superset 4.0.1, 4.0.2 from Dockerfile.
   `docker build -t superset:test .`
   After some stages building process stuks.
   
   ### Screenshots/recordings
   
   ```
   Step 11/42 : RUN npm ci
    ---> Running in a76b424309b6
   npm WARN EBADENGINE Unsupported engine {
   npm WARN EBADENGINE   package: '@sindresorhus/[email protected]',
   npm WARN EBADENGINE   required: { node: '>=18' },
   npm WARN EBADENGINE   current: { node: 'v16.20.2', npm: '8.19.4' }
   npm WARN EBADENGINE }
   npm WARN EBADENGINE Unsupported engine {
   npm WARN EBADENGINE   package: '[email protected]',
   npm WARN EBADENGINE   required: { node: '>= 18.12.0' },
   npm WARN EBADENGINE   current: { node: 'v16.20.2', npm: '8.19.4' }
   npm WARN EBADENGINE }
   npm WARN EBADENGINE Unsupported engine {
   npm WARN EBADENGINE   package: '[email protected]',
   npm WARN EBADENGINE   required: { node: '>=18' },
   npm WARN EBADENGINE   current: { node: 'v16.20.2', npm: '8.19.4' }
   npm WARN EBADENGINE }
   npm WARN EBADENGINE Unsupported engine {
   npm WARN EBADENGINE   package: '[email protected]',
   npm WARN EBADENGINE   required: { node: '>=18' },
   npm WARN EBADENGINE   current: { node: 'v16.20.2', npm: '8.19.4' }
   npm WARN EBADENGINE }
   npm WARN deprecated [email protected]: 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 [email protected]: Please see 
https://github.com/lydell/urix#deprecated
   npm WARN deprecated [email protected]: Use topojson-client, topojson-server or 
topojson-simplify directly.
   npm WARN deprecated [email protected]: This module is now under the @mapbox 
namespace: install @mapbox/tilebelt instead
   npm WARN deprecated [email protected]: Package no longer supported. 
Contact Support at https://www.npmjs.com/support for more info.
   npm WARN deprecated [email protected]: Package no longer supported. Contact 
Support at https://www.npmjs.com/support for more info.
   npm WARN deprecated [email protected]: some dependency vulnerabilities fixed, 
support for node < 10 dropped, and newer ECMAScript syntax/features added
   npm WARN deprecated [email protected]: 
https://github.com/lydell/resolve-url#deprecated
   npm WARN deprecated [email protected]: request-promise-native has 
been deprecated because it extends the now deprecated request package, see 
https://github.com/request/request/issues/3142
   npm WARN deprecated [email protected]: request has been deprecated, see 
https://github.com/request/request/issues/3142
   npm WARN deprecated [email protected]: < 21.5.0 is no longer supported
   npm WARN deprecated [email protected]: Use cephes instead, for a more complete 
and well-tested module
   npm WARN deprecated [email protected]: use String.prototype.padStart()
   npm WARN deprecated [email protected]: this library is no longer supported
   npm WARN deprecated [email protected]: Package relocated. Please 
install and migrate to @fontsource/fira-code.
   npm WARN deprecated @babel/[email protected]: 🚨 This package has been 
deprecated in favor of separate inclusion of a polyfill and regenerator-runtime 
(when needed). See the @babel/polyfill docs 
(https://babeljs.io/docs/en/babel-polyfill) for more information.
   npm WARN deprecated [email protected]: core-js@<3.3 is no longer maintained and 
not recommended for usage due to the number of issues. Because of the V8 engine 
whims, feature detection in old core-js versions could cause a slowdown up to 
100x even if nothing is polyfilled. Please, upgrade your dependencies to the 
actual version of core-js.
   npm WARN deprecated [email protected]: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 
have a low-severity ReDos regression when used in a Node.js environment. It is 
recommended you upgrade to 3.2.7 or 4.3.1. 
(https://github.com/visionmedia/debug/issues/797)
   npm WARN deprecated @npmcli/[email protected]: This functionality has been 
moved to @npmcli/fs
   npm WARN deprecated [email protected]: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 
have a low-severity ReDos regression when used in a Node.js environment. It is 
recommended you upgrade to 3.2.7 or 4.3.1. 
(https://github.com/visionmedia/debug/issues/797)
   npm WARN deprecated [email protected]: core-js@<3.3 is no longer maintained and 
not recommended for usage due to the number of issues. Because of the V8 engine 
whims, feature detection in old core-js versions could cause a slowdown up to 
100x even if nothing is polyfilled. Please, upgrade your dependencies to the 
actual version of core-js.
   npm WARN deprecated [email protected]: core-js@<3.3 is no longer maintained and 
not recommended for usage due to the number of issues. Because of the V8 engine 
whims, feature detection in old core-js versions could cause a slowdown up to 
100x even if nothing is polyfilled. Please, upgrade your dependencies to the 
actual version of core-js.
   npm WARN deprecated [email protected]: core-js@<3.3 is no longer maintained and 
not recommended for usage due to the number of issues. Because of the V8 engine 
whims, feature detection in old core-js versions could cause a slowdown up to 
100x even if nothing is polyfilled. Please, upgrade your dependencies to the 
actual version of core-js.
   npm WARN deprecated [email protected]: core-js@<3.3 is no longer maintained and 
not recommended for usage due to the number of issues. Because of the V8 engine 
whims, feature detection in old core-js versions could cause a slowdown up to 
100x even if nothing is polyfilled. Please, upgrade your dependencies to the 
actual version of core-js.
   npm WARN deprecated [email protected]: core-js@<3.3 is no longer maintained and 
not recommended for usage due to the number of issues. Because of the V8 engine 
whims, feature detection in old core-js versions could cause a slowdown up to 
100x even if nothing is polyfilled. Please, upgrade your dependencies to the 
actual version of core-js.
   npm WARN deprecated [email protected]: core-js@<3.3 is no longer maintained and 
not recommended for usage due to the number of issues. Because of the V8 engine 
whims, feature detection in old core-js versions could cause a slowdown up to 
100x even if nothing is polyfilled. Please, upgrade your dependencies to the 
actual version of core-js.
   
   
   ```
   
   ### Superset version
   
   4.0.2
   
   ### Python version
   
   Not applicable
   
   ### Node version
   
   16
   
   ### Browser
   
   Not applicable
   
   ### Additional context
   
   _No response_
   
   ### Checklist
   
   - [X] I have searched Superset docs and Slack and didn't find a solution to 
my problem.
   - [X] I have searched the GitHub issue tracker and didn't find a similar bug 
report.
   - [X] I have checked Superset's logs for errors and if I found a relevant 
Python stacktrace, I included it here as text in the "additional context" 
section.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to