Code Monkey home page Code Monkey logo

Comments (4)

maxbeatty avatar maxbeatty commented on May 22, 2024

I'm using dotenv with CoffeeScript and getting it to compile correctly.

dotenv = require('dotenv')()
dotenv.load()

Compiled:

var dotenv;

dotenv = require('dotenv')();

dotenv.load();

from dotenv.

motdotla avatar motdotla commented on May 22, 2024

@karellm can you paste your coffeescript version in here:

coffee --version

I'm at 1.6.3

from dotenv.

motdotla avatar motdotla commented on May 22, 2024

Hi @karellm, I'm closing this having tested on my own side. If you continue to run into the error, just post your coffee script version and I'll re-open. Hope it got working for you!

from dotenv.

karellm avatar karellm commented on May 22, 2024

Hi @scottmotte,

Sorry for the late answer and trouble. I may have made a mistake somewhere because it is compiling just fine with coffeescript 1.6.3.

Thanks for the great support!

from dotenv.

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.