denoland / denoland/deploy_feedback
[Bug]: vite-vue default project cannot be deployed
- Dominant language
- No language data
- Stars
- 79
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
### Problem description
Cannot deploy the default deno + vue project to deno deploy
### Steps to reproduce
1. Create a vite app
```
deno run --allow-read --allow-write --allow-env npm:create-vite-extra@latest
```
1. Create a github repo from it. You can see it [here](https://github.com/pihentagy/vue3-test)
1. Deploy to deno.dev using the vite template
1. Getting this error during [deploy](https://github.com/pihentagy/vue3-test/actions/runs/11642722794/job/32422654882)
```
1s
Run npm install
npm error code ENOENT
npm error syscall open
npm error path /home/runner/work/vue3-test/vue3-test/package.json
npm error errno -2
npm error enoent Could not read package.json: Error: ENOENT: no such file or directory, open '/home/runner/work/vue3-test/vue3-test/package.json'
npm error enoent This is related to npm not being able to find a file.
npm error enoent
npm error A complete log of this run can be found in: /home/runner/.npm/_logs/2024-11-02T12_33_31_008Z-debug-0.log
Error: Process completed with exit code 254.
```
### Expected behavior
Deploy succeeds
### Environment
_No response_
### Possible solution
_No response_
### Additional context
https://github.com/pihentagy/vue3-test
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.