node ➜ /workspace $ yarn init
yarn init v1.22.5
question name (workspace): lotto-backend
question version (1.0.0):
question description: PCSO Lotto BackEnd with Express.Js & MongoDB
question entry point (index.js): index.js
question repository url:
question author: bbytnz
question license (MIT):
question private:
success Saved package.json
Done in 330.16s.
node ➜ /workspace $ npm install --save express morgan http-errors dotenv
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN lotto-backend@1.0.0 No repository field.
+ http-errors@1.8.0
+ morgan@1.10.0
+ express@4.17.1
+ dotenv@8.2.0
added 61 packages from 37 contributors and audited 61 packages in 6.877s
found 0 vulnerabilities
node ➜ /workspace $
yarn init v1.22.5
question name (workspace): lotto-backend
question version (1.0.0):
question description: PCSO Lotto BackEnd with Express.Js & MongoDB
question entry point (index.js): index.js
question repository url:
question author: bbytnz
question license (MIT):
question private:
success Saved package.json
Done in 330.16s.
node ➜ /workspace $ npm install --save express morgan http-errors dotenv
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN lotto-backend@1.0.0 No repository field.
+ http-errors@1.8.0
+ morgan@1.10.0
+ express@4.17.1
+ dotenv@8.2.0
added 61 packages from 37 contributors and audited 61 packages in 6.877s
found 0 vulnerabilities
node ➜ /workspace $
Comments
Post a Comment