hotforfeature / angular-polymer-starter-kit

A starting point for Angular 4 and Polymer 2 apps
5 stars 4 forks source link

failed on npm start #1

Closed Pendragon0988 closed 7 years ago

Pendragon0988 commented 7 years ago

here's some parts of the error message emitted while launching for dev

image image

hotforfeature commented 7 years ago

Looks like the patch-cli.js script did not run. Try re-running it with npm run postinstall

Pendragon0988 commented 7 years ago

awesomesauce! just saw your latest commit and update on the readme and it works like a charm :) I wonder what's causing it I thought it has something to do with my typescript version nonetheless thanks for this great fusion :) 💯

hotforfeature commented 7 years ago

postinstall should always run whenever you do npm install, but it doesn't run when updating individual packages. The CLI may be updated or restored itself and the postinstall script didn't patch it.

Gonna close this as fixed :)