Frage

I am trying to create an insallter from cmd (nodejs) i am getting the following error

Error :enoent , rename 'somelocation\appshell.gyp.txt

Just after executing grunt install --force

Why?

War es hilfreich?

Lösung

ENOENT may mean that you have no permissions to read/write to file/directory.

Or file/directory does not exists at all. (check your path)

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top