создание package.json
Добрый день!
Версия node.js: v8.4.0 Версия npm: 5.3.0 Пытаюсь автоматически создать package.json в командной строке. Как здесь описано https://myrusakov.ru/nodejs-package-json.html или как в видео "Установка и запуск задач", вначале самом : https://learn.javascript.ru/screencast/gulp Но не создется: на команду npm init, приходит такой ответ $ npm init This utility will walk you through creating a package.json file. It only covers the most common items, and tries to guess sensible defaults. See `npm help json` for definitive documentation on these fields and exactly what they do. Use `npm install <pkg>` afterwards to install a package and save it as a dependency in the package.json file. Press ^C at any time to quit. package name: (webpack.dev) |
Решила проблему командой npm init --yes
|
Часовой пояс GMT +3, время: 01:09. |