-
Notifications
You must be signed in to change notification settings - Fork 841
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
installation issue #91
Comments
I'm afraid there's not much in the log that helps me. Can you try what happens when you invoke |
I had similar issues. I'm running on a MacOS X Sierra and I resolved the problem by running |
Have you got typescript installed globally? |
i stumbled upon this checklist
Here are my results (Windows 10):
... and no Typescript installed either. Installation explanations in Readme.md would be welcome. UPDATE: i installed maven, and set JAVA_HOME to my jdk program files dir (/!\important to reboot windows/!) and i get this with mvn -v :
then
weird to see a reference to Scala o.O ? |
Ok i decided to audit the whole installation process and fix it myself.
package.json
install.js
commandExist.js
Readme.md
Tested only on Windows10, hope it helps. To be continued ... |
Now auditing build.js... refactored build.js
|
Thanks. I tested on a fresh Windows 10 virtual machine and the build failed for me too due to binding-scala. I moved the binding-scala out of the js-framework-benchmark folder and then
(tsc, bower, rimraf and all other npm libraries are NOT installed) Each framework must include a build-prod target which is invoked by build.js. Most frameworks have a build-dev that can be used for faster development builds. So it doesn't make a lot of sense for ember to have a build-dev, but it doesn't hurt. Polymer indeed reports an error, but builds fine. I haven't found what causes that error and the message doesn't help me much. |
strange that Ember installs worked on your windows without adding Bower in their package.json (i really search a npm install/npm i/yarn add Bower but found nowhere) Regarding Scala yes i had to skip it out in install.js All my cli commands for checking version works except javac, i don't know why, probably a path problem too ... I didnot get any install problems mentioning tsc, but Aurelia build-prod definitely crashed: Regarding the Ember-2.10beta build-dev, i were just noticing that both build-prod and build-dev scripts had "production" as value for their env var. A last thing i noticed after building all and going to localhost: |
Bower is a local dependency in the package.json of ember, so it should work locally. For javac the JDK\bin-directory must be in the path, but I guess it's only binding.scala that needs java currently since webdriver-java is not built currently and webdriver-ts is prefered (I did that to get rid of all java and maven dependencies, but then binding.scala came along ;-) rimraf is a dependency of karma and is installed in the aurelia directory. Does aurelia-v1.0.7\node_modules\rimraf exist on your machine? But I'll add it as a direct dependency which would be much better of course if used directly. If the number are exactly the same then table.html was not updated. Results vary on my machine for each run. |
a ok thanks, i just did npm build then npm start then went directly to localhost to check the table :S i just did another git clone, some diffs were detected but :
then npm run build went OK npm run selenium failed at .... binding-scala :S |
bindings.scala now works an windows too. |
I'm on holidays the next week so I can't check. I know that bobril effect and simple choose the first option (and hate that I have to do so). I checked a linux vm build on thursday and it worked, but the dependency hell is always open for surprises. If you just want to build the project simply delete the folders that cause problems and comment those frameworks in webdriver-ts/src/common.ts out. |
Rimraf and yarn were fixed (#150). The build currently runs on Linux and OSX |
Just wanted to try on my machine, but errors occured at end of npm install:
npm-debug.txt
EDIT: same goes for npm run build, it fails at end with "unknown command 'tsc'"
hope it helps.
The text was updated successfully, but these errors were encountered: