Skip to content
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

possible build problem with the latest release? #15

Closed
travi opened this issue Jul 20, 2019 · 2 comments
Closed

possible build problem with the latest release? #15

travi opened this issue Jul 20, 2019 · 2 comments
Labels
🗄 area/interface This affects the public interface 💪 phase/solved Post is done 👶 semver/patch This is a backwards-compatible fix 🐛 type/bug This is a problem

Comments

@travi
Copy link

travi commented Jul 20, 2019

Subject of the issue

when trying to load v7.0.0 into my .remarkrc.js, the same way i did with the previous version, i'm now met with an error:

Error: Cannot parse file `.remarkrc.js`
Cannot parse script `node_modules/remark-usage/index.js`
Error: Cannot find module './lib'

upon inspection of the node_modules/remark-usage/ directory, there is, in fact, no lib/ present

Your environment

$ node -v
v10.16.0
$ npm -v
6.9.0

Steps to reproduce

Tell us how to reproduce this issue. Please provide a working and simplified example.

🎉 BONUS POINTS for creating a minimal reproduction and uploading it to GitHub. This will get you the fastest support. 🎉

  1. clone and checkout branch: https://github.com/travi/javascript-scaffolder/tree/greenkeeper/remark-usage-7.0.0
  2. npm run generate:md

Expected behaviour

What should happen?

remark should rebuild me README.md and include usage details from example.js

Actual behaviour

What happens instead?

error described above is shown

@wooorm wooorm closed this as completed in ccf76e3 Jul 20, 2019
@wooorm
Copy link
Member

wooorm commented Jul 20, 2019

Whoops, thanks for reporting, fixed!

@wooorm wooorm reopened this Jul 20, 2019
@wooorm wooorm closed this as completed Jul 20, 2019
@travi
Copy link
Author

travi commented Jul 20, 2019

thanks for the quick resolution! also the new transpilation support seems to be working great!

@wooorm wooorm added ⛵️ status/released 🐛 type/bug This is a problem 👶 semver/patch This is a backwards-compatible fix 🗄 area/interface This affects the public interface labels Aug 15, 2019
@wooorm wooorm added the 💪 phase/solved Post is done label Aug 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🗄 area/interface This affects the public interface 💪 phase/solved Post is done 👶 semver/patch This is a backwards-compatible fix 🐛 type/bug This is a problem
Development

No branches or pull requests

2 participants