-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to manage dependencies with gatsby-dev-cli? #8533
Comments
@vadimshvetsov I assume you are trying to make local changes to debug |
|
@kakadiadarpan thanks, yes I've watched this video but my case is more complicated. "gatsby-transformer-remark": "next", But after the linking there are errors like |
Finally, the problem was with |
Hey, I've already have this question at Stackoverflow and asked this question in gatsby's channel at discord but nobody reacts.
I can't find a good way to work with
gatsby-dev-cli
and test site. When I'm trying to work withgatsby-transformer-remark
there are tons of errors about missing dependencies. My main goal is to get possibility to useid
attribute in markdown with paragraph or span and I'm trying to bindremark-bracketed-spans
withgatsby-transformer-remark
I'd even publishedgatsby-remark-bracketed-spans
to npm but no way to make it works. For further investigation I need to debuggatsby-transformer-remark
.I had a previous issue, but now I'm trying to find out why it doesn't work.
Environment (if relevant)
System:
OS: macOS High Sierra 10.13.6
CPU: x64 Intel(R) Core(TM) i7-4850HQ CPU @ 2.30GHz
Shell: 5.3 - /bin/zsh
Binaries:
Node: 8.7.0 - ~/.nvm/versions/node/v8.7.0/bin/node
Yarn: 1.9.4 - ~/.nvm/versions/node/v8.7.0/bin/yarn
npm: 6.4.1 - ~/.nvm/versions/node/v8.7.0/bin/npm
Browsers:
Chrome: 69.0.3497.100
Firefox: 57.0.3
Safari: 12.0
npmGlobalPackages:
gatsby-cli: 2.4.1
gatsby-dev-cli: 2.4.1
The text was updated successfully, but these errors were encountered: