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

blank screen in npm start #450

Open
binitl opened this issue Mar 4, 2017 · 2 comments
Open

blank screen in npm start #450

binitl opened this issue Mar 4, 2017 · 2 comments

Comments

@binitl
Copy link

binitl commented Mar 4, 2017

Hi, I am getting following error with blank page when I run npm start. Any help will be appreciated.

Binits-MacBook-Pro:AcmacsDesktop binitlamichhane$ npm start

> [email protected] start /Users/binitlamichhane/Documents/Bioinfo_tools/AcmacsDesktop
> nw src

[5454:0304/133156:WARNING:shell_main_delegate.cc(231)] en-AU.pak file not found.
[warn] kq_init: detected broken kqueue; not using.: Undefined error: 0
[warn] kq_init: detected broken kqueue; not using.: Undefined error: 0
[warn] kq_init: detected broken kqueue; not using.: Undefined error: 0
[warn] kq_init: detected broken kqueue; not using.: Undefined error: 0
[warn] kq_init: detected broken kqueue; not using.: Undefined error: 0
[5455:0304/133156:WARNING:shell_main_delegate.cc(231)] en-AU.pak file not found.
[warn] kq_init: detected broken kqueue; not using.: Undefined error: 0
[5456:0304/133156:WARNING:shell_main_delegate.cc(231)] en-AU.pak file not found.
[warn] kq_init: detected broken kqueue; not using.: Undefined error: 0
[5457:0304/133156:WARNING:shell_main_delegate.cc(231)] en-AU.pak file not found.
[warn] kq_init: detected broken kqueue; not using.: Undefined error: 0
[5454:0304/133156:ERROR:nw_shell.cc(336)] Error: [$injector:unpr] Unknown provider: $$MapProvider <- $$Map <- $$animateQueue <- $animate <- $compile <- $$animateQueue
http://errors.angularjs.org/1.4.9/$injector/unpr?p0=%24%24MapProvider%20%3C-%20%24%24Map%20%3C-%20%24%24animateQueue%20%3C-%20%24animate%20%3C-%20%24compile%20%3C-%20%24%24animateQueue
    at file:///Users/binitlamichhane/Documents/Bioinfo_tools/AcmacsDesktop/src/bower_components/angular/angular.js:68:12
    at file:///Users/binitlamichhane/Documents/Bioinfo_tools/AcmacsDesktop/src/bower_components/angular/angular.js:4346:19
    at Object.getService [as get] (file:///Users/binitlamichhane/Documents/Bioinfo_tools/AcmacsDesktop/src/bower_components/angular/angular.js:4494:39)
    at file:///Users/binitlamichhane/Documents/Bioinfo_tools/AcmacsDesktop/src/bower_components/angular/angular.js:4351:45
    at getService (file:///Users/binitlamichhane/Documents/Bioinfo_tools/AcmacsDesktop/src/bower_components/angular/angular.js:4494:39)
    at Object.invoke (file:///Users/binitlamichhane/Documents/Bioinfo_tools/AcmacsDesktop/src/bower_components/angular/angular.js:4526:13)
    at file:///Users/binitlamichhane/Documents/Bioinfo_tools/AcmacsDesktop/src/bower_components/angular/angular.js:4352:37
    at getService (file:///Users/binitlamichhane/Documents/Bioinfo_tools/AcmacsDesktop/src/bower_components/angular/angular.js:4494:39)
    at Object.invoke (file:///Users/binitlamichhane/Documents/Bioinfo_tools/AcmacsDesktop/src/bower_components/angular/angular.js:4526:13)
    at file:///Users/binitlamichhane/Documents/Bioinfo_tools/AcmacsDesktop/src/bower_components/angular/angular.js:4352:37
[5454:0304/133156:INFO:CONSOLE(4499)] "Uncaught Error: [$injector:unpr] Unknown provider: $$MapProvider <- $$Map <- $$animateQueue <- $animate <- $compile <- $$animateQueue
http://errors.angularjs.org/1.4.9/$injector/unpr?p0=%24%24MapProvider%20%3C-%20%24%24Map%20%3C-%20%24%24animateQueue%20%3C-%20%24animate%20%3C-%20%24compile%20%3C-%20%24%24animateQueue", source: file:///Users/binitlamichhane/Documents/Bioinfo_tools/AcmacsDesktop/src/bower_components/angular/angular.js (4499)
@rohankoid
Copy link
Member

@bineetuwa did you get any error when running

npm install

Which version of node.js and npm are you using?

@binitl
Copy link
Author

binitl commented Mar 13, 2017

npm install gives:

> [email protected] postinstall /Users/binitlamichhane/Documents/Bioinfo_tools/AcmacsDesktop
> (cd src && ../node_modules/.bin/bower install)

The version of node.js and npm is 7.7.1. I am doing this in MacOS and installed them using brew.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants