npm init docs?
See original GitHub issueThe installation instructions are a bit vague. all npm init docs
does for me is generate a package.json file.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:9 (3 by maintainers)
Top Results From Across the Web
npm-init | npm Docs
npm init <initializer> can be used to set up a new or existing npm package. initializer in this case is an npm package...
Read more >Initialize NPM on a new project
npm init. This command will ask you some questions to generate a package.json file in your project route that describes all the dependencies...
Read more >The Basics: Getting started with npm - NodeSource
Using npm init --yes to Instantly Initialize a Project ... If you want to get on to building your project and don't want...
Read more >npm-init - create a package.json file
npm init <initializer> can be used to set up a new or existing npm package. initializer in this case is an npm package...
Read more >Getting Started - WebdriverIO
These are the docs for the latest version (>=7.x) of WebdriverIO. If you are still using an older version ... npm init wdio...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
On a related note to
npm init docs
, upon running that command i had to install several packages referenced in the example app but not included in package.json by default:npm i mdx-docs remark-autolink-headings remark-emoji remark-images remark-slug remark-unwrap-images
npm i -D @mdx-js/loader
Hi, I’m wondering why this issue was closed @jxnblk?
The getting started isn’t any clearer, can you clarify is this to be set up inside an existing project à la Docz or can you set up a new standalone project?