Skip to content
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

docs: project setup & getting started #70

Open
Deep-Codes opened this issue Mar 13, 2022 · 4 comments
Open

docs: project setup & getting started #70

Deep-Codes opened this issue Mar 13, 2022 · 4 comments
Labels
documentation Improvements or additions to documentation help wanted Extra attention is needed

Comments

@Deep-Codes
Copy link
Contributor

As of now, there are no docs for Project setup for contributing and trying it out locally.

Let me know if help is needed.

@adamsyy
Copy link

adamsyy commented Mar 13, 2022

heyy how to run the project locally, please help me out

@ankitchouhan1020 ankitchouhan1020 added the documentation Improvements or additions to documentation label Mar 13, 2022
@thehardikchaturvedi
Copy link

As of now, there are no docs for Project setup for contributing and trying it out locally.

Let me know if help is needed.

I am unable to run it locally and also looked open issue about this but nothing worked, could you please help me out

@Dhanashree1065
Copy link

Code:
test.bhai

hi bhai
bol bhai "Hello bhai";
bye bhai

when I am trying to run it locally it shows me this error:

In terminal: D:\Dhanashree\Learning\Bhailang_Examples> bhailang test.bhai

bhailang : File C:\Users\DELL\AppData\Roaming\npm\bhailang.ps1 cannot be loaded because running scripts is
disabled on this system. For more information, see about_Execution_Policies at
https:/go.microsoft.com/fwlink/?LinkID=135170.
At line:1 char:1

  • bhailang test.bhai
  •   + CategoryInfo          : SecurityError: (:) [], PSSecurityException
      + FullyQualifiedErrorId : UnauthorizedAccess
    
    

How can I solve this??

Suggestions are welcome

@abhaynaagar
Copy link

This Problem that you are facing can be solved in two ways:

1). Run your code in Command Prompt, instead of PowerShell, it will run just fine.

2). or you can change your PowerShell Execution Policy to allow scripts like this to run on your local windows machine in future as well.
In PowerShell(Administrator Mode) run: Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser

After this your test code will run in PowerShell as well, but after changing these Execution Policies, you should only execute scripts that you trust.

More information regarding PowerShell Execution Policy can be found here:
https://docs.microsoft.com/en-in/powershell/module/microsoft.powershell.core/about/about_execution_policies?view=powershell-7.2

@aniketsingh0104 aniketsingh0104 added the help wanted Extra attention is needed label Mar 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

7 participants