Sentre Legacy
  • 🥳Welcome
  • Getting Started
  • DApp Manifest
  • Folder Structure
  • Available Scripts
  • Development
    • View
    • Model & Controllers
    • Providers
      • UI Provider
      • Wallet Provider
      • Account Provider
      • Mint Provider
    • Static
    • Global variables
    • Configs
  • Advanced Usage
    • ☀️Theme
    • 👘Customizing Styles
    • 🪝Hooks
  • 🤩Submitting DApps
  • References
  • Best Practices
  • Troubleshoots
  • 🎨Design Pricinples
    • Button
    • Card
    • Checkbox
    • Color
    • Corner radius
    • Drawer
    • Dropdown
    • Grid
    • Icons
    • Input
    • List
    • Menu
    • Modal
    • Radio
    • Select
    • Shadow
    • Spacing
    • Switch
    • Tabs
    • Tooltip
    • Table
    • Typography
  • 📄Litepaper
    • Introduction
    • Industry Problems
    • Sentre: An All-in-one Solution
      • The Open Protocol
      • Liquidity Efficiency
    • SEN as the Heart of the Ecosystem
      • Asymmetric Deposit
      • Adaptive Fee Model
      • The Triad Pool
      • Simulated Mesh Trading
      • Token Use Cases
    • Conclusion
Powered by GitBook
On this page
  • ERR_OSSL_EVP_UNSUPPORTED
  • NODE_ENV is not recognized

Troubleshoots

ERR_OSSL_EVP_UNSUPPORTED

Problem

New Open SSL is not compatible with the legacy. This issue used to occur on NodeJS versions greater than 14.

Error: error:0308010C:digital envelope routines::unsupported

Resolve

Change the start command to:

craco --openssl-legacy-provider start

NODE_ENV is not recognized

Problem

The NODE_ENV is not available for Node on Window.

'NODE_ENV' is not recognized as an internal or external command, operable program or batch file.

Resolve

Install win-node-env by the command:

npm install -g win-node-env
PreviousBest PracticesNextDesign Pricinples

Last updated 3 years ago