-
Notifications
You must be signed in to change notification settings - Fork 9
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
Possibility to Install without package.json #3
Comments
Hmm i agree that it would be great, but install-local uses I guess we could create a fake package.json, do the install and remove it later. It seems kind of hacky, would you like such a solution? |
Yes, creating fake package.json automatically would be great! |
I'm happy to accept a PR for this. |
@nicojs could you please point the place in the code where you think it's better to implement? |
Ow sorry, seems it took me 2,5 years to respond 😅 If you're still interested, I think you're looking for |
Never mind! I'm following your awesome work on stryker ;) |
Hmm, interesting. Well, that would be a breaking change, since now |
Currently I'm fine with generating fake |
Hi! Thank you for this library!
I'm using it for testing the package I'm developing. Actually I test that it can be correctly installed. I have script that creates temporary directory, installs there from src and runs tests. Currently I need to create dummy
package.json
because otherwise I'm getting error.Steps:
If I don't generate
package.json
I'm getting the error:It would be great to add option to not check
package.json
presence.The text was updated successfully, but these errors were encountered: