Nocode: Error on Windows

Created on 8 Feb 2018  路  5Comments  路  Source: kelseyhightower/nocode

I have this error:


How to fix it?

Most helpful comment

You need to run it with git-bash... the cmd is broken!

try


or on your local you can merge this pull request (while its not officially merged): https://github.com/kelseyhightower/nocode/pull/383

It`s migrating the source code towards npm.

So all you have to do is add script-shell=bash into a .npmrc file into the root of your app and run the command again with npm, now it should use the correct bash

hope it works.

All 5 comments

You need to run it with git-bash... the cmd is broken!

try


or on your local you can merge this pull request (while its not officially merged): https://github.com/kelseyhightower/nocode/pull/383

It`s migrating the source code towards npm.

So all you have to do is add script-shell=bash into a .npmrc file into the root of your app and run the command again with npm, now it should use the correct bash

hope it works.

Thx...It works for me.

Here's the PowerShell cmdlet equivalent


you save my day!

I can verify that if you run nocode inside a cmd-file in windows 10 you get this error message.
But I found a workaround: just add a line-break to the file. I guess technically its still compatible to the no code-philosophy because it does not include any instructions...

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ramarivera picture ramarivera  路  3Comments

rolandixor picture rolandixor  路  3Comments

rdev picture rdev  路  3Comments

freecats picture freecats  路  3Comments

metzzo picture metzzo  路  3Comments