-
Notifications
You must be signed in to change notification settings - Fork 600
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
Can't startup from develop branch #70
Comments
Hi @DpoBoceka - I tried running a fresh clone of the develop branch on OSX 10.13.6 and it worked fine. Because of a webpack issue with fs, stream and os (the errors seen in your comment) there is now a postinstall step to apply a patch (from here). Postinstall should be run by npm automatically after calling npm install. Maybe you have to run npm install as its own command, not joined by the double ampersand? Otherwise, could you provide us with your OS and node version (node -v)? Thanks! |
Another possible cause is your |
Just tried again and after docker's up and get the same output.
And it worked well when I was using master branch.. |
Hi @DpoBoceka - I managed to reproduce the bug using docker. Apparently the issue is that |
Well, I just rebuild an image to get the updated branch and the error's the same. Or am I to do something more? |
Could you please varify that you are on the current develop head (27a73a44a5e711a70002a4d0b7a3be8ed70eeed2)? If you are, does your Dockerfile contain the flag |
Everything seem to be fine now. Thank you! |
what needs to be ugprade/updated on this error. ARNING in /root/Downloads/attack-navigator-master/nav-app/src/environments/environment.prod.ts is part of the TypeScript compilation but it's unused. WARNING in /root/Downloads/attack-navigator-master/nav-app/src/app/app.module.ts depends on 'rxjs/add/operator/map'. CommonJS or AMD dependencies can cause optimization bailouts. WARNING in /root/Downloads/attack-navigator-master/nav-app/src/app/datatable/data-table.component.ts depends on 'is_js'. CommonJS or AMD dependencies can cause optimization bailouts. WARNING in /root/Downloads/attack-navigator-master/nav-app/src/app/datatable/data-table.component.ts depends on 'exceljs/dist/es5/exceljs.browser'. CommonJS or AMD dependencies can cause optimization bailouts. WARNING in /root/Downloads/attack-navigator-master/nav-app/node_modules/rxjs/Rx.js depends on 'rxjs-compat'. CommonJS or AMD dependencies can cause optimization bailouts. WARNING in /root/Downloads/attack-navigator-master/nav-app/node_modules/rxjs/observable/fromPromise.js depends on 'rxjs-compat/observable/fromPromise'. CommonJS or AMD dependencies can cause optimization bailouts. WARNING in /root/Downloads/attack-navigator-master/nav-app/node_modules/rxjs/add/operator/map.js depends on 'rxjs-compat/add/operator/map'. CommonJS or AMD dependencies can cause optimization bailouts. |
Hi @mamarilr, I'm not sure what you're asking here. Are you having issues running via docker on the develop branch? The Navigator has had significant changes since this issue was originally opened, so if you're having trouble with docker please open a new issue. |
I tried to launch an app in develop branch because it has a feature I need about multiplied layers and got an error.
I just cloned the branch and build it:
git clone -b develop https://github.com/mitre/attack-navigator.git && npm install && npm rebuild node-sass --force
The text was updated successfully, but these errors were encountered: