Giter VIP home page Giter VIP logo

Comments (3)

mariusa avatar mariusa commented on June 10, 2024
$ cat .env

MONGO_URL=mongodb://mongo.reaction.localhost:27017/reaction
ROOT_URL=http://localhost:3000
STRIPE_API_KEY=2lkjsaf
[marius@localhost work/reaction]$ npm run start:dev

> [email protected] start:dev /home/marius/work/reaction
> npm run check-node-version && NODE_ENV=development NODE_OPTIONS='--experimental-modules --experimental-json-modules' nodemon ./src/index.js


> [email protected] check-node-version /home/marius/work/reaction
> node ./src/checkNodeVersion.cjs

(node:1052457) ExperimentalWarning: The ESM module loader is experimental.
[nodemon] 1.19.4
[nodemon] to restart at any time, enter `rs`
[nodemon] watching dir(s): src/**/*
[nodemon] watching extensions: js,cjs,mjs,json,graphql
[nodemon] starting `node ./src/index.js`
(node:1052488) ExperimentalWarning: The ESM module loader is experimental.
(node:1052488) ExperimentalWarning: Importing JSON modules is an experimental feature. This feature could change at any time
================================
 Missing environment variables:
    STRIPE_API_KEY: A private Stripe API key

 Exiting with error code 1
================================
[nodemon] app crashed - waiting for file changes before starting...

from reaction-feature-requests.

zenweasel avatar zenweasel commented on June 10, 2024

@mariusa I believe if you edit your plugins.json and remove the Stripe plugin, this will no longer happen. The included example-payment method should still work for simple testing purposes

from reaction-feature-requests.

mariusa avatar mariusa commented on June 10, 2024

Thanks! That solved it

from reaction-feature-requests.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.