Giter Site home page Giter Site logo

euchre's People

Contributors

kevinlyles avatar yujiahuo avatar

Watchers

 avatar  avatar

euchre's Issues

Build and Watch Tasks Don't Handle Multi-Word Folder Names

Running the tsc:watch or tsc:build tasks when the Euchre repository is stored in a path with a multi-word folder fails. See the error below.

Executing task: m:\Dev Projects\Euchre\node_modules.bin\tsc.cmd --watch -p "m:\Dev Projects\Euchre\EuchreSolution\Euchre\tsconfig.json" <

m:\Dev : The term 'm:\Dev' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1

  • m:\Dev Projects\Euchre\node_modules.bin\tsc.cmd --watch -p m:\Dev Pr ...
  •   + CategoryInfo          : ObjectNotFound: (m:\Dev:String) [], CommandNotFoundException
      + FullyQualifiedErrorId : CommandNotFoundException
    
    

The terminal process terminated with exit code: 1

Start Continuous Build Task Not Configured Properly

Opening the Run Task menu in VS Code gives the following options, and the below text appears in the Output window.

image

Error: The typescript task detection didn't contribute a task for the following configuration:
{
"label": "Start continuous build",
"type": "typescript",
"tsconfig": "EuchreSolution/Euchre/tsconfig.json",
"option": "watch",
"problemMatcher": [
"$tsc-watch"
],
"group": {
"kind": "build",
"isDefault": true
}
}
The task will be ignored.

Run Mutation Testing Task Fails to Run

The Run mutation testing task fails to run, and gives the following output to the Terminal:

Executing task: node_modules.bin\stryker run && start 'M:\Development\Euchre\reports\mutation\html\GameScript\index.html' <

At line:1 char:31

  • node_modules.bin\stryker run && start 'M:\Development\Euchre\reports ...
  •                           ~~
    

The token '&&' is not a valid statement separator in this version.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : InvalidEndOfLine

The terminal process terminated with exit code: 1

Start Continuous Integration Task Fails to Run

Attempting to run the Start continuous integration task fails with the following output in Terminal:

Executing task: node_modules/karma/bin/karma start karma.conf.ts | grep --line-buffered -v '' | awk -f karma-output-transform.awk <

grep : The term 'grep' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:52

  • node_modules/karma/bin/karma start karma.conf.ts | grep --line-buffer ...
  •                                                ~~~~
    
    • CategoryInfo : ObjectNotFound: (grep:String) [], CommandNotFoundException
    • FullyQualifiedErrorId : CommandNotFoundException

The terminal process terminated with exit code: 1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.