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

yarn release locally not working #649

Closed
EdwardMoyse opened this issue Mar 21, 2024 · 3 comments
Closed

yarn release locally not working #649

EdwardMoyse opened this issue Mar 21, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@EdwardMoyse
Copy link
Collaborator

EdwardMoyse commented Mar 21, 2024

When I run I see yarn release:minor:

Error: Could not find the '@angular-devkit/ng-packagr:build' builder's node package.ishOnly: phoenix-event-display@2.15.0

It looks like this means that a release is made in github, but not pushed to npm.

@EdwardMoyse EdwardMoyse added the bug Something isn't working label Mar 21, 2024
@EdwardMoyse
Copy link
Collaborator Author

Okay, so I think this was fixed with #651.

And now it seems to complete okay:

Successfully replaced in file /Users/emoyse/LocalDocuments/phoenix/docs/api-docs/index.html
lerna info git Pushing tags...
lerna info publish Publishing packages to npm...
lerna success All packages have already been published.

But I don't see updates on npm:
https://www.npmjs.com/package/phoenix-event-display

@EdwardMoyse
Copy link
Collaborator Author

I am really baffled here - there are NO errors, and the debug log (I told npm to be verbose) is:

0 verbose cli /Users/emoyse/.nvm/versions/node/v20.11.1/bin/node /Users/emoyse/.nvm/versions/node/v20.11.1/bin/npm
1 info using npm@10.2.4
2 info using node@v20.11.1
3 timing npm:load:whichnode Completed in 0ms
4 timing config:load:defaults Completed in 1ms
5 timing config:load:file:/Users/emoyse/.nvm/versions/node/v20.11.1/lib/node_modules/npm/npmrc Completed in 0ms
6 timing config:load:builtin Completed in 1ms
7 timing config:load:cli Completed in 1ms
8 timing config:load:env Completed in 0ms
9 info found workspace root at /Users/emoyse/LocalDocuments/phoenix
10 timing config:load:file:/Users/emoyse/LocalDocuments/phoenix/.npmrc Completed in 0ms
11 timing config:load:project Completed in 17ms
12 timing config:load:file:/Users/emoyse/.npmrc Completed in 1ms
13 timing config:load:user Completed in 1ms
14 timing config:load:file:/Users/emoyse/.nvm/versions/node/v20.11.1/etc/npmrc Completed in 0ms
15 timing config:load:global Completed in 0ms
16 timing config:load:setEnvs Completed in 1ms
17 timing config:load Completed in 23ms
18 timing npm:load:configload Completed in 23ms
19 timing config:load:flatten Completed in 1ms
20 timing npm:load:mkdirpcache Completed in 0ms
21 timing npm:load:mkdirplogs Completed in 0ms
22 verbose title npm
23 verbose argv "--version"
24 timing npm:load:setTitle Completed in 6ms
25 timing npm:load:display Completed in 1ms
26 verbose logfile logs-max:10 dir:/Users/emoyse/.npm/_logs/2024-03-22T09_33_59_347Z-
27 verbose logfile /Users/emoyse/.npm/_logs/2024-03-22T09_33_59_347Z-debug-0.log
28 timing npm:load:logFile Completed in 3ms
29 timing npm:load:timers Completed in 0ms
30 timing npm:load:configScope Completed in 0ms
31 timing npm:load Completed in 42ms
32 verbose exit 0
33 timing npm Completed in 45ms
34 info ok

I don't see anything wrong.

@EdwardMoyse
Copy link
Collaborator Author

Fixed - it was to do with necessary changes to angular.json after moving to angular 17.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant