You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
? What is the container image name for our project? To use docker hub, try username/project-name. Note: Make sure this is marked private, or it may be automatically created as a public image! babvin/writersadda
/home/vinay/.npm/_npx/b1f1036aac97e0d1/node_modules/deploy-node-app/src/languages/nodejs.js:33
if (!entrypoint.startsWith('npm') && !entrypoint.startsWith('node')) {
^
TypeError: Cannot read properties of undefined (reading 'startsWith')
at Object.entrypoint (/home/vinay/.npm/_npx/b1f1036aac97e0d1/node_modules/deploy-node-app/src/languages/nodejs.js:33:21)
at promptForEntrypoint (/home/vinay/.npm/_npx/b1f1036aac97e0d1/node_modules/deploy-node-app/src/deployNodeApp.js:101:63)
at generateArtifact (/home/vinay/.npm/_npx/b1f1036aac97e0d1/node_modules/deploy-node-app/src/deployNodeApp.js:625:56)
at async init (/home/vinay/.npm/_npx/b1f1036aac97e0d1/node_modules/deploy-node-app/src/deployNodeApp.js:759:17)
at async DeployNodeApp (/home/vinay/.npm/_npx/b1f1036aac97e0d1/node_modules/deploy-node-app/src/deployNodeApp.js:855:3)
Node.js v20.10.0
The text was updated successfully, but these errors were encountered:
npx deploy-node-app -f
? What is the container image name for our project? To use docker hub, try username/project-name. Note: Make sure this is marked private, or it may be automatically created as a public image! babvin/writersadda
/home/vinay/.npm/_npx/b1f1036aac97e0d1/node_modules/deploy-node-app/src/languages/nodejs.js:33
if (!entrypoint.startsWith('npm') && !entrypoint.startsWith('node')) {
^
TypeError: Cannot read properties of undefined (reading 'startsWith')
at Object.entrypoint (/home/vinay/.npm/_npx/b1f1036aac97e0d1/node_modules/deploy-node-app/src/languages/nodejs.js:33:21)
at promptForEntrypoint (/home/vinay/.npm/_npx/b1f1036aac97e0d1/node_modules/deploy-node-app/src/deployNodeApp.js:101:63)
at generateArtifact (/home/vinay/.npm/_npx/b1f1036aac97e0d1/node_modules/deploy-node-app/src/deployNodeApp.js:625:56)
at async init (/home/vinay/.npm/_npx/b1f1036aac97e0d1/node_modules/deploy-node-app/src/deployNodeApp.js:759:17)
at async DeployNodeApp (/home/vinay/.npm/_npx/b1f1036aac97e0d1/node_modules/deploy-node-app/src/deployNodeApp.js:855:3)
Node.js v20.10.0
The text was updated successfully, but these errors were encountered: