.
├── client
│ ├── package.json (client_package.json)
│ ├── public
│ │ └── index.html (client_public_index.html)
│ ├── src
│ │ ├── components
Attempted
to create a lock file on a read-only directory: /data/db, terminating
sudo chmod -R go+w /data/db
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'use strict'; | |
const OFF = 0; | |
const WARN = 1; | |
const DANGER = 2; | |
const ALWAYS = 'always'; | |
const NEVER = 'never'; | |
const TAB = 2; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"*": | |
"color-picker": | |
preferredFormat: "HEX" | |
core: | |
disabledPackages: [ | |
"hyperclick" | |
] | |
telemetryConsent: "no" | |
docblockr: | |
auto_add_method_tag: true |
Ставим
брю
(brew)
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Ставим монго (гайд на англ.)
brew install mongodb
Все что необходимо знать о Фронтэнд разработке
-
Node.js - программная платформа, основанная на движке V8, превращающая JavaScript из узкоспециализированного языка в язык общего назначения.
-
Браузеры