Giter Site home page Giter Site logo

Comments (5)

xAt0mZ avatar xAt0mZ commented on June 4, 2024 2

Gulp has been removed with commit c669d33.
Babel (transpilation to es5) has been removed with commit 9bb0899.

Seems @kunalkapadia wants to avoid transpiling the code to es5, as es6 is the norm now and you don't need to bundle all your project into a single file (according to internet, for example here ).

For a production deployment process, take a look at https://blog.risingstack.com/node-hero-deploy-node-js-heroku-docker/ (tutorial referenced in commit 590a124, and Heroku suggested in the previous reddit link).

from express-mongoose-es6-rest-api.

danieloquendo avatar danieloquendo commented on June 4, 2024 1

Idea of why of sample error with the yarn build?

from express-mongoose-es6-rest-api.

roymina avatar roymina commented on June 4, 2024

I checked commits before and found this:

  "scripts": {
    "start": "gulp serve",
    "start:debug": "cross-env DEBUG=express-mongoose-es6-rest-api:* yarn start",
    "build": "gulp",
    "lint": "esw *.js server config --color",
    "lint:watch": "yarn lint -- --watch",
    "precommit": "yarn lint && yarn test",
    "test": "cross-env NODE_ENV=test ./node_modules/.bin/mocha --ui bdd --reporter spec --colors --compilers js:babel-core/register server/tests --recursive",
    "test:watch": "yarn test -- --watch",
    "test:coverage": "cross-env NODE_ENV=test ./node_modules/.bin/istanbul cover _mocha -- --ui bdd --reporter spec --colors --compilers js:babel-core/register server/tests --recursive",
    "test:check-coverage": "yarn test:coverage && istanbul check-coverage",
    "report-coverage": "coveralls < ./coverage/lcov.info"
  }

seems "build":"gulp", command has been removed in recent commits

from express-mongoose-es6-rest-api.

kalagin avatar kalagin commented on June 4, 2024

Same problem

from express-mongoose-es6-rest-api.

alfonmga avatar alfonmga commented on June 4, 2024

@kunalkapadia

from express-mongoose-es6-rest-api.

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.