-
Notifications
You must be signed in to change notification settings - Fork 75
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
InvalidPackageVersionError: Package version must be a string, got "undefined" #160
Comments
NB: I do have a package.json file in the root directory that has 'version' field, returned by |
What is the value of the Also, that usage of the Also also, is that publish step running inside a matrix? If so, that's a bad idea! Might just be a copy paste issue |
@michaelnlindsay it looks like this is your
|
Brilliant! Managed to land myself on the new error message too. Looks good, I understand what it's complaining about especially with inclusion of the version I supplied. It worked like a charm after I stopped trying to provide |
As mentioned above, npm install example@latest The purpose of with:
tag: canary To publish versions that can be installed via: npm install example@canary |
Got it... I was obviously experimenting off the range, sorry about that. tag will be useful to me there then :D and |
Hello! Not sure how I arrived at this particular error. I believe these are the salient parts of my workflow file:
Can you spot what I may be missing?
The text was updated successfully, but these errors were encountered: