-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
1.3.0 broken and 2.0 not available on npm #46
Comments
Was able to install it at least by setting up an .npmrc file:
And then installing with:
But I am still unable to get it to work when I add the "jest" piece to the package.json |
@jaredmoody @unscene Sorry, things have been a bit chaotic recently… I wanted to release a quick update in response to #35. Initially it seemed like a simple version bump to Jest, but it turned out they altered an upstream config option which broke this package, and forced me to quickly rewrite how it works (See jestjs/jest#9495 (comment)). Since the CI was passing, I pushed those changes, which was a mistake. Also, I didn't realise GitHub Packages were now immutable, as the last time I tested them was during the beta period, before this was the case. Anyway, I'll fix this ASAP and post an update, including to |
● Validation Error:
Module /Users/Dan/Work/dev/npm/jest-preset-coffeescript in the setupFilesAfterEnv option was not found.
<rootDir> is: /Users/roc58/myCode/pug-cli
Configuration Documentation:
https://jestjs.io/docs/configuration.html
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! pug-cli@1.0.0 test: `jest`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the pug-cli@1.0.0 test script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/roc58/.npm/_logs/2020-07-05T23_58_40_125Z-debug.log
The terminal process terminated with exit code: 1 I have this error when using the version in the github packages, but this error does not happen when installing directly from GitHub |
My CI also started failing and tracked it down to this. After many failed attempts to use the Github package (very hard to use with |
@jaredmoody @edemaine This has now been resolved in 07038d6. |
@jaredmoody @weotch @unscene @jacekk @Nevon @fcostarodrigo They clearly assume you already have
apart from the steps specific to this package:
But I have clarified a few things in the |
It seems that the new version still isn't on NPM: https://www.npmjs.com/package/jest-preset-coffeescript doesn't list it (perhaps because of the deprecation notice?) and Also, version |
I am using my own solution now. Just published in case it is useful for someone else as well. About the package not being on npm, the author is publishing the package on github, so you have to configure npm to get the package from github. |
The text was updated successfully, but these errors were encountered: