#here again

6 messages · Page 1 of 1 (latest)

glass owlBOT
#
  • Consider reading #how-to-get-help to improve your question!
  • Explain what exactly your issue is.
  • Post the full error stack trace, not just the top part!
  • Show your code!
  • Issue solved? Press the button!
weary remnant
#

does Permiss have a nodejs project in it?

#

i mean it is your computer so i would hope you know what files you have

#

node won’t work unless there’re nodejs specific files such as a package.json

edgy kindle
#

the direct issue here is that no entry point was found. node was passed a directory, so it first tries to find a package.json with a main entry

  • if found, it will try to find that path
  • if not found, it will try to find index.js