Giter Club home page Giter Club logo

Comments (19)

 avatar commented on June 16, 2024 1

correction*** i can create the project!!

from pros-atom3.

edjubuh avatar edjubuh commented on June 16, 2024 1

If you could help us out in reproducing/debugging #37 that would be greatly appreciated. Neither of us are able to reproduce the issue.

from pros-atom3.

HotelCalifornia avatar HotelCalifornia commented on June 16, 2024

We're going to need some more information. How did you install PROS?

from pros-atom3.

 avatar commented on June 16, 2024

@HotelCalifornia
I am using homebrew method

from pros-atom3.

HotelCalifornia avatar HotelCalifornia commented on June 16, 2024

what commands did you run?

from pros-atom3.

 avatar commented on June 16, 2024

@HotelCalifornia the ones listed on the website for installation

from pros-atom3.

HotelCalifornia avatar HotelCalifornia commented on June 16, 2024

so brew cask install pros-editor?

if so, can you hit cmd+option+i, try to make a new project again, and attach a screenshot of the output in the console on the right?

from pros-atom3.

 avatar commented on June 16, 2024

it was brew cask install pros-editor

from pros-atom3.

HotelCalifornia avatar HotelCalifornia commented on June 16, 2024

sorry, that's what I meant. Can you try the other thing I said?

from pros-atom3.

 avatar commented on June 16, 2024

screen shot 2019-02-25 at 5 01 20 pm

from pros-atom3.

HotelCalifornia avatar HotelCalifornia commented on June 16, 2024

Try following the instructions from here:

If you are using the PROS Editor, open up your init script (File > Init Script) and add the following two lines:

 export LANG="en_US.utf-8"
 export LC_ALL="en_US.utf-8"

Then restart the editor.

from pros-atom3.

 avatar commented on June 16, 2024

image

from pros-atom3.

 avatar commented on June 16, 2024

im getting this error ^^^

from pros-atom3.

HotelCalifornia avatar HotelCalifornia commented on June 16, 2024

ahhh... I copied the wrong lines. should be

process.env.LANG = 'en_US.utf-8'
process.env.LC_ALL = 'en_US.utf-8'

from pros-atom3.

 avatar commented on June 16, 2024

project can be created as normal but getting this error:

image

from pros-atom3.

HotelCalifornia avatar HotelCalifornia commented on June 16, 2024

The other issue is the same as #37. Since the original problem seems to have been solved, I'm going to close this one.

from pros-atom3.

 avatar commented on June 16, 2024

@HotelCalifornia thank you!!! you are a lifesaver :)

from pros-atom3.

 avatar commented on June 16, 2024

@edjubuh how can i help?

from pros-atom3.

edjubuh avatar edjubuh commented on June 16, 2024

#37 (comment)

from pros-atom3.

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.