node.js package on Pages

I'm trying to make a website using a node.js package which only runs in a .js file. When I try to run the build command node . and it will just stay there until the console closes ( Never). How would I fix this?
Was this page helpful?