Closed NotSorena closed 2 years ago
add this to your .replit file
language = "nodejs" run = """ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash export NVM_DIR=\"$HOME/.nvm\" [ -s \"$NVM_DIR/nvm.sh\" ] && \\. \"$NVM_DIR/nvm.sh\" [ -s \"$NVM_DIR/bash_completion\" ] && \\.\"$NVM_DIR/bash_completion\" nvm install 16 npm run bstart """
@illusionTBA heres what i got
Error: Cannot find module '/home/runner/Rammerhead/index.js'
Require stack:
- /nix/store/mviq50cwhsyjjiq33g3y89vdg42bkrcv-prybar-nodejs-0.0.0-fc9ff1e/prybar_assets/nodejs/module-context-hook.js
- /tmp/prybar-nodejs-3703528922.js
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
at Function.resolve (internal/modules/cjs/helpers.js:80:19)
Hint: hit control+c anytime to enter REPL.