Skip to content

Instantly share code, notes, and snippets.

@evdama
Created December 24, 2018 12:03
Show Gist options
  • Save evdama/b7247d266e77a755291619f284350942 to your computer and use it in GitHub Desktop.
Save evdama/b7247d266e77a755291619f284350942 to your computer and use it in GitHub Desktop.
sa@mbp: /tmp mkdir akita-react; cd akita-react; npm init -y
Wrote to /private/tmp/akita-react/package.json:
{
"name": "akita-react",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC"
}
sa@mbp: /tmp/akita-react code .
sa@mbp: /tmp/akita-react
sa@mbp: /tmp/akita-react cat package.json
{
"name": "akita-react",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"akitaCli": {
"isAngular": false
},
"keywords": [],
"author": "",
"license": "ISC"
}
sa@mbp: /tmp/akita-react npm install
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN akita-react@1.0.0 No description
npm WARN akita-react@1.0.0 No repository field.
up to date in 1.206s
found 0 vulnerabilities
sa@mbp: /tmp/akita-react akita
sa@mbp: /tmp/akita-react echo 'after issuing akita nothing is happening?!'
after issuing akita nothing is happening?!
sa@mbp: /tmp/akita-react
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment