Git Product home page Git Product logo

typescript's People

Contributors

dependabot-preview[bot] avatar dependabot[bot] avatar pierrebrisorgueil avatar s0j0hn avatar snyk-bot avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

typescript's Issues

bug(npm): scripts

review all scripts, they should work without manual compile

  • "compile": "tsc -p tsconfig.json",
  • "compile:docker": "tsc -p tsconfig.json --outDir dist",
  • "start": "node server.js",
  • "debug": "nodemon --inspect server.js",
  • "prod": "cross-env NODE_ENV=production node start server.js --name=waosNode",
  • "test": "cross-env NODE_ENV=test gulp test",
  • "test:watch": "cross-env NODE_ENV=test gulp testWatch",
  • "test:coverage": "cross-env NODE_ENV=test gulp testCoverage",
  • "test:coveralls": "cross-env NODE_ENV=test gulp testCoverage && cat ./coverage/lcov.info | coveralls",
  • "seed:dev": "cross-env NODE_ENV=development gulp seed",
  • "seed:prod": "cross-env NODE_ENV=production gulp seed",
  • "seed:user": "gulp seedUser",
  • "seed:mongodump": "./scripts/db/mongodump.sh",
  • "seed:mongorestore": "node ./scripts/db/mongorestore.js",
  • "seed:mongodrop": "gulp drop",
  • "generate:sslCerts": "scripts/generate-ssl-certs.sh",
  • "lint": "gulp lint",
  • "snyk-protect": "snyk protect",
  • "prepare": "npm run snyk-protect",
  • "commit": "npx git-cz",
  • "release": "standard-version",
  • "release:auto": "npx semantic-release"

bug(mongo): mongoerror, config seems not used

(node:98905) Warning: Accessing non-existent property 'MongoError' of module exports inside circular dependency
(Use node --trace-warnings ... to show where the warning was created)

(node:98905) DeprecationWarning: current URL string parser is deprecated, and will be removed in a future version. To use the new parser, pass option { useNewUrlParser: true } to MongoClient.connect.
(node:98905) DeprecationWarning: current Server Discovery and Monitoring engine is deprecated, and will be removed in a future version. To use the new Server Discover and Monitoring engine, pass option { useUnifiedTopology: true } to the MongoClient constructor.
(node:98905) DeprecationWarning: Listening to events on the Db class has been deprecated and will be removed in the next major version.
(node:98905) DeprecationWarning: collection.ensureIndex is deprecated. Use createIndexes instead.

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.