-
Notifications
You must be signed in to change notification settings - Fork 28
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
Unable to run "prepare" script #21
Comments
I'm not seeing this with node 16.13.1 and the same npm version. Does using node 16 solve it on your system, or is this something else? |
That was it—downgrading to Node 16.x fixed the issue. I'll let you close or update this issue as you deem appropriate. Thank you! |
Since npm somehow refuses to pull in the latest version otherwise. Issue #21
Well, this seems to be (yet another) bizarre npm behavior — it installs rollup-plugin-typescript2 0.32.0, despite the version range in the package.json using a |
With Node 18.12.0 (LTS) and npm 8.19.2, I am unable to run the "prepare" script in this repository. Is there a specific combination of Node and npm expected, or perhaps a different package manager altogether?
Since this repository doesn't include a package lockfile, I'm also curious if a breaking change in some dependency isn't causing this. Does it make sense to check a lockfile in, as is common for npm package development?
Context I am considering modifying this package for more robust Markdown parsing in a product using CodeMirror. For example, the current parser does not differentiate between Markdown header content and whitespace (i.e. it parses separately
{##}{ Content}
, but I need it to parse{##}{ }{Content}
).View error output
The text was updated successfully, but these errors were encountered: