Closed pacharanero closed 6 years ago
thanks Marcus, I'll add in prelim response from @kbeloborodko below, and lets continue this here;
Thank you for providing the logs. They are very helpful. From what I can see you are missing bower dependencies as all of the errors that you get are based on the missing modules that are contained here https://github.com/PulseTile/PulseTile/blob/develop/bower.json. You mentioned that you executed bower install command successfully with a warning, but most likely corresponding bower components folder was not created for some reason. Could you please:
_1. Clone a fresh copy of the repository
Thanks @tony-shannon for posting @kbeloborodko's advice here
I've reinstalled everything as per that advice and it's working now. A n00b error somewhere along the line on my part I reckon.
Note that there were a number of deprecation warnings about (mainly) Angular packages that have now been renamed to the Angular.js namespace presumably to avoid clashing with Angular4 namespacing.
npm WARN deprecated babel-preset-es2015@6.24.1: ð Thanks for using Babel: we recommend using babel-preset-env now: please read babeljs.io/env to update!
npm WARN deprecated ghooks@2.0.0: Use npmjs.com/husky instead, see https://github.com/gtramontina/ghooks/issues/166
npm WARN deprecated angular-ui-router@1.0.3: This npm package 'angular-ui-router' has been renamed to '@uirouter/angularjs'. Please update your package.json. See https://ui-router.github.io/blog/uirouter-scoped-packages/
npm WARN deprecated isparta-loader@2.0.0: Package is deprecated, use https://github.com/deepsweet/istanbul-instrumenter-loader
npm WARN deprecated npmconf@2.1.2: this package has been reintegrated into npm and is now out of date with respect to npm
npm WARN deprecated node-uuid@1.4.8: Use uuid module instead
npm WARN deprecated conventional-changelog@0.0.17: Please update conventional-changelog to >1.0.0. If you are running the cli, use conventional-changelog-cli
> @uirouter/core@5.0.3 install /home/marcus/code/ripple/PulseTile/node_modules/@uirouter/core
> node ./migrate/migratewarn.js
> angular-ui-router@1.0.3 install /home/marcus/code/ripple/PulseTile/node_modules/angular-ui-router
> node migrate/migratewarn.js
WARNING! this npm package "angular-ui-router" has been renamed to "@uirouter/angularjs". Please update your package.json
See https://ui-router.github.io/blog/uirouter-scoped-packages/ for details.
thanks Marcus
Kirill , do u want to update naming of packages accordingly?
thanks T
On 15 November 2017 at 17:46, Marcus Baw notifications@github.com wrote:
Thanks @tony-shannon https://github.com/tony-shannon for posting @kbeloborodko https://github.com/kbeloborodko's advice here
I've reinstalled everything as per that advice and it's working now. A n00b error somewhere along the line on my part I reckon.
Note that there were a number of deprecation warnings about (mainly) Angular packages that have now been renamed to the Angular.js namespace presumably to avoid clashing with Angular4 namespacing.
npm WARN deprecated babel-preset-es2015@6.24.1: ð Thanks for using Babel: we recommend using babel-preset-env now: please read babeljs.io/env to update! npm WARN deprecated ghooks@2.0.0: Use npmjs.com/husky instead, see https://github.com/gtramontina/ghooks/issues/166 npm WARN deprecated angular-ui-router@1.0.3: This npm package 'angular-ui-router' has been renamed to '@uirouter/angularjs'. Please update your package.json. See https://ui-router.github.io/blog/uirouter-scoped-packages/ npm WARN deprecated isparta-loader@2.0.0: Package is deprecated, use https://github.com/deepsweet/istanbul-instrumenter-loader npm WARN deprecated npmconf@2.1.2: this package has been reintegrated into npm and is now out of date with respect to npm npm WARN deprecated node-uuid@1.4.8: Use uuid module instead npm WARN deprecated conventional-changelog@0.0.17: Please update conventional-changelog to >1.0.0. If you are running the cli, use conventional-changelog-cli
@uirouter/core@5.0.3 install /home/marcus/code/ripple/PulseTile/node_modules/@uirouter/core node ./migrate/migratewarn.js
angular-ui-router@1.0.3 install /home/marcus/code/ripple/PulseTile/node_modules/angular-ui-router node migrate/migratewarn.js
WARNING! this npm package "angular-ui-router" has been renamed to "@uirouter/angularjs". Please update your package.json See https://ui-router.github.io/blog/uirouter-scoped-packages/ for details.
â You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/PulseTile/PulseTile/issues/56#issuecomment-344672389, or mute the thread https://github.com/notifications/unsubscribe-auth/AA5X3BPRqq4Whsm_NRD72gFiOlvb77_Uks5s2yODgaJpZM4QfNFv .
@tony-shannon package names are constantly changing and some versions become deprecated. I think it is a good idea to revisit our package.json once in a certain period of time (two-weeks or a month for example). We will add this task to our backlog with @anna-otrokhova
Good idea thanks Kirill T
On 23 November 2017 at 09:54, kbeloborodko notifications@github.com wrote:
@tony-shannon https://github.com/tony-shannon package names are constantly changing and some versions become deprecated. I think it is a good idea to revisit our package.json once in a certain period of time (two-weeks or a month for example). We will add this task to our backlog with @anna-otrokhova https://github.com/anna-otrokhova
â You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/PulseTile/PulseTile/issues/56#issuecomment-346573002, or mute the thread https://github.com/notifications/unsubscribe-auth/AA5X3FGCq6jRWxC1WGSG0sau3_PhSG0Yks5s5UC7gaJpZM4QfNFv .
@tony-shannon 1) task was created https://github.com/PulseTile/PulseTile/issues/60 and added to the Angular board (backlog). 2) May we close this issue now?
I suppose it can be closed. As the issue was solved
I'm sure this is just going to be something silly I'm doing wrong (or not doing) but I'm getting a few errors when I try to build and run PulseTile locally, following the instructions here: https://github.com/PulseTile/PulseTile
git clone
the repocd /path/to/repo
npm install
completes with a couple of npm WARN onlybower install
completes with a warning that we should start using Yarn :-) fair enoughnpm start
ornpm run build
both fail with errors:Not sure where these libraries are supposed to be coming from?
I would have imagined all js dependencies get installed by npm?