By kthawkins
When I try to deploy from web page I get
rapidapi-example@0.0.0 start [usfeelweapi] [2022-05-22 21:29:26] > node ./bin/www [usfeelweapi] [2022-05-22 21:29:26] [usfeelweapi] [2022-05-22 21:29:27] node:internal/modules/cjs/loader:936 [usfeelweapi] [2022-05-22 21:29:27] throw err; [usfeelweapi] [2022-05-22 21:29:27] ^ [usfeelweapi] [2022-05-22 21:29:27] [usfeelweapi] [2022-05-22 21:29:27] Error: Cannot find module ‘/workspace/bin/www’ [usfeelweapi] [2022-05-22 21:29:27] at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15) [usfeelweapi] [2022-05-22 21:29:27] at Function.Module._load (node:internal/modules/cjs/loader:778:27) [usfeelweapi] [2022-05-22 21:29:27] at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12) [usfeelweapi] [2022-05-22 21:29:27] at node:internal/main/run_main_module:17:47 { [usfeelweapi] [2022-05-22 21:29:27] code: ‘MODULE_NOT_FOUND’, [usfeelweapi] [2022-05-22 21:29:27] requireStack: []
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Accepted Answer
I fixed it just changed “start”: “node ./bin/www” to “start”: “node app.js”
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.