Giter VIP home page Giter VIP logo

Comments (1)

jacqueslareau avatar jacqueslareau commented on June 24, 2024

Opening issues is perfect! Thanks!

On Tue, Apr 29, 2014 at 3:25 PM, elliotfielstein
[email protected]:

After running grunt to build the production version, I bumped into a yml
parsing error:

C:\Users\fielstem\Apps\PerlDancerSeed\bin>perl app.pl --environment production
Unable to parse the configuration file:
C:\Users\fielstem\Apps\PerlDancerSeed\environments\production.yml:
YAML Error: Stream does not end with newline character
Code: YAML_PARSE_ERR_NO_FINAL_NEWLINE
Line: 0
Document: 0
at C:/Dwimperl/perl/vendor/lib/YAML/Loader.pm line 38
at C:/Dwimperl/perl/site/lib/Dancer/Config.pm line 205

Adding a newline to the end of the file is needed. After do so,

c:\Users\vhatvhfielse\Apps\PerlDancerSeed>git diff
diff --git a/environments/production.yml b/environments/production.yml
index d9dbb0c..9490460 100644
--- a/environments/production.yml
+++ b/environments/production.yml
@@ -59,4 +59,4 @@ plugins:

pass: 'myapppassword'

options:

RaiseError: 1

-# PrintError: 1
\ No newline at end of file
+# PrintError: 1

Runs fine now. Again, being a newbie I don't yet know how to submit a pull
request, so I'm simply noting the issue and its fix here.
Loving this project!


Reply to this email directly or view it on GitHubhttps://github.com//issues/17
.

from perl-dancer-angular-seed.

Related Issues (20)

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.