Closed tommueller closed 6 years ago
happy new years to you as well! what version of Node (not NPM) are you using? I was able to build both scoped & un-scoped packages
thanks!
tom ~/workspace-angular/ng-core $ node -v
v6.12.2
I would try to update your version of Node to 8, seems like the spread operator with objects isn't supported before version 8:
http://node.green/#ESNEXT-candidate--stage-3--object-rest-spread-properties
I'll make a note in MIGRATION.md once we know its working for you
Yes, I had this same issue and I upgrade to Node 8 and no more error.
On Tue, Jan 9, 2018 at 7:42 AM Matt Fehskens notifications@github.com wrote:
I would try to update your version of Node to 8, seems like the spread operator with objects isn't supported before version 8:
http://node.green/#ESNEXT-candidate--stage-3--object-rest-spread-properties
I'll make a note in MIGRATION.md https://github.com/gonzofish/angular-librarian/blob/master/MIGRATION.md once we know its working for you
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/gonzofish/angular-librarian/issues/88#issuecomment-356273627, or mute the thread https://github.com/notifications/unsubscribe-auth/ABLc6wIzfybxKdAVs6aXR98gp6mDGWSKks5tI17SgaJpZM4RXpvA .
@gonzofish 👍 solved it! Running into another issue though, but I'll open a new issue for it, to keep this clean over here!
Thank you @gonzofish for finishing the release! Sorry I haven't posted any feedback, but I was not working during the Christmas and New Years festivities.
The upgrade went pretty smoothly, and I can successfully use
ngl serve
andngl test
.ngl build
however fails, giving me the following error:Do you have any idea what breaks the code? Cheers and happy new year! Tom