question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

The installation instructions are a bit vague. all npm init docs does for me is generate a package.json file.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:9 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
zackkridacommented, Oct 16, 2018

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

0reactions
spences10commented, Feb 24, 2019

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?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found