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

Enable development on Windows #67

Open
leenattress opened this issue Apr 17, 2019 · 7 comments
Open

Enable development on Windows #67

leenattress opened this issue Apr 17, 2019 · 7 comments

Comments

@leenattress
Copy link

leenattress commented Apr 17, 2019

> [email protected] postinstall C:\Users\deept\Documents\Node\realworld-dynamodb-lambda
> serverless dynamodb install 2>&1 | awk 'NF'

awk: 'NF'
awk: ^ invalid char ''' in expression

Is there any way to make this work on windows? I suspect its the single speech marks.

@leenattress
Copy link
Author

oops, i was right.

"postinstall": "serverless dynamodb install 2>&1 | awk \"NF\""

@leenattress
Copy link
Author

I have no idea how to contribute this fix myself, or i would. :/

@leenattress
Copy link
Author

Well now, i had no idea this was so geared up for linux development.

looks like the startup scripts are .sh scripts, i guess as a windows person i cant use this. :/

@anishkny
Copy link
Owner

@GabrielCrowe agreed. This repo was setup more with POSIX in mind. I started a branch to experiment with Windows Node.js development: azure-pipelines, build

@anishkny anishkny changed the title AWK problem with windows. Enable development on Windows Apr 17, 2019
@f0rfun
Copy link

f0rfun commented Apr 6, 2020

Yeah, getting stuck until I saw these issues.. argh.

@leenattress
Copy link
Author

for your info, i remember getting around this using WSL

https://docs.microsoft.com/en-us/windows/wsl/install-win10

@leenattress
Copy link
Author

And git bash, part of windows git package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants