I have this error:
How to fix it?
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...
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=bashinto a.npmrcfile into the root of your app and run the command again withnpm, now it should use the correct bashhope it works.