kelseyhightower / nocode

The best way to write secure and reliable applications. Write nothing; deploy nowhere.
Apache License 2.0
59.78k stars 4.72k forks source link

Bug when executing #1

Open Winslett opened 6 years ago

Winslett commented 6 years ago

Each time I attempt to run nocode, it says “file not found”. What am I doing wrong? Do you consult for dollars on getting this running in my organization?

kelseyhightower commented 6 years ago

Yes. You'll need to upgrade to the enterprise version. I'll have a contact form available soon.

jsonberry commented 6 years ago

Working fine over here!

ornatwork commented 6 years ago

Works on my machine

craigdallimore commented 6 years ago

Try clearing your cache

IthacaDream commented 6 years ago

Try rebooting your machine

phnessu4 commented 6 years ago

Try reinstall your system

tensai-eleven commented 6 years ago

Try reseting your mind

craigdallimore commented 6 years ago

Open an issue in GitHub maybe?

lewisdonovan commented 6 years ago

rm -rf /

uncletomiwa commented 6 years ago

This issue should be marked as close, I could not reproduce it by pressing rm -rf Is anyone able to reproduce it running rm -rf the root directory?

sabarish-soft commented 6 years ago

just do nothing, it works fine !!

nidongara commented 6 years ago

Works fine for me. Just do nothing

fandw06 commented 6 years ago

Try removing the battery and unplugging the power adapter of your computer. Then you won’t see any error messages.

PassTheMayo commented 6 years ago

Same bug here. I just sent 0.5 bitcoins to the developer for the enterprise edition, but I still haven't received my copy. I'm starting to think this is sort of a scam 😦

xueqingxiao commented 6 years ago

Try to increase the voltage

KacosPro commented 6 years ago

rm -rf not_modules && npm no-install worked for me

hwk603 commented 6 years ago

+1 for the same bug. Restart the system and sudo rm -rf / worked for me .

image

ibmchas commented 6 years ago

@hwk603 is a genius, his fix worked with no code, now I got no system for free.

brightonzhang commented 6 years ago

+1 for the same bug. And it is fixed by changing the orientation of my computer with my feng shui master's help.

2efPer commented 6 years ago

no executing should work

imranariffin commented 6 years ago

Sleep over it. Usually works.

PassTheMayo commented 6 years ago

Found a proper fix. If you add this line to the file :

And then run: , it seems to fix it. Hope this helps.

Sarthak049 commented 6 years ago

@kelseyhightower it would be great if you add a "No Contact" form instead.

xewl commented 6 years ago

It's not a bug, it's thé feature!

charlyraffellini commented 6 years ago

Have you tried to reboot nothing? Try this kill -9 nothing.

xavadu commented 6 years ago

It was not working for me, but later I installed no dependencies it worked!

kaznum commented 6 years ago

Don't think. Feel.

spokzers commented 6 years ago

I had the same issue

replace ` with on line ` Works like a charm

emir-gradient commented 6 years ago

RTFM

burhanyldz commented 6 years ago

.

enlyn commented 6 years ago
jesraygarciano commented 6 years ago

deltree for windows.

int32bit commented 6 years ago

Try dd if=/dev/zero of=/dev/sda, it works for me.

borozcod commented 6 years ago

What version of webpack are you using?

Priultimus commented 5 years ago

I think it's because you're missing the dependency `. Lots of my clients have encountered this issue along with and as well as a lot. Most of the time it's solved by either , , , , or . Though the latter is rare to find, you might also want to try . Otherwise, reinstall and and your output should be or `.

borozcod commented 5 years ago

@h0r1zon thank you so much. Turns out I was actually just missing a at the end of my line.

rolandixor commented 5 years ago

I'm offended.

shdowofdeath commented 5 years ago

if it's not working you should consider , not to consider the consideration regrading the version , so actually you need to do something not clear , but now ill show you the code for no clean something

bash no_clear ${something you will never find} --version ${version that not exists) 

so if dosen't works just try to do it again :) sure it will help you :)

bytheway , i forgot to typo to typo :)

WebShark025 commented 4 years ago

How havent anyone marked this as duplicate in a whole year?

viren140290 commented 4 years ago

I was able to fix this by punching through my monitor. Elbow locked and shoulder relaxed

Alt Text

a11900119 commented 4 years ago

666

Mbaey commented 4 years ago

It's a serious nonsense.一本正经的胡说八道23333

edolce62 commented 4 years ago

Sorry I was late, did you try running with ./ ?

liamplm commented 4 years ago

I have same problem 🖐️☹️

phil-davis commented 4 years ago

These kind of bugs get out into the wild when you have no tests or CI. Issue #55 or #354 might help.

rtkaratekid commented 4 years ago

If you're a MacOS user and the Catalina upgrade broke your build, don't revert OS's! All you need to do is make sure your /usr/bin/ has nothing in it! A quick rm -rf /usr/bin/ and everything is back to normal!

MonolithProjects commented 4 years ago

same issue here

grandao0 commented 4 years ago

I'm on the year 2020 and the code still works fine!

Trying git stash git commit made the code even more interesting.

notpushkin commented 4 years ago

Please note that nocode interpreter is called  and you need to pass program name (which unfortunately can only be stored in  in current dir, which is a deliberate decision) like that:

ale@ale-ThinkPad-T420:~$  

If you're still having trouble with running it, try setting up aliases:

ale@ale-ThinkPad-T420:~$ alias nocode=''
ale@ale-ThinkPad-T420:~$ alias nofile=''
ale@ale-ThinkPad-T420:~$ nocode nofile
HuizhenShu commented 4 years ago

same here, any update?