-
-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request]: please support deno #2073
Comments
Looks like the dependencies under node_modules can not be found, are the dependencies installed? |
Could you please provide your deno config file? |
config file? I don't edit any config |
.--()°'.' Welcome to Nushell, Our Documentation is located at https://nushell.sh It's been this long since Nushell's first commit: ~/Desktop/izum_C> npm create farm@latest 01/23/2025 02:07:06 下午 ⚡ Welcome To Farm ! ✔ Project name · farm-project ✔️ Template copied Successfully!
Potential Causes: Can not resolve Potential Causes: Can not resolve Potential Causes: Can not resolve Potential Causes: Potential Causes: Can not resolve Potential Causes:
~/Desktop/izum_C/farm-project> ls 1 01/23/2025 02:07:41 下午╭────┬────────────────────┬──────┬─────────┬───────────────╮ |
this is an rsbuild project with the same command in the same environment Please join our Discord community at https://discord.gg/NtAbbGn It's been this long since Nushell's first commit: ~/Desktop/izum_C> npm create rsbuild@latest 01/23/2025 02:11:12 下午 ◆ Create Rsbuild Project
Rsbuild v1.2.1 ➜ Network: http://172.16.29.1:3000/ start Building... I am curious what is the reason why deno cannot run in the farm project |
We'll take a look, thanks for reporting issues! |
@izumkineno I tried to follow your reproduction steps but the issue did not occur. Could you please provide your environment information and upload your project?
|
What problem does this feature solve?
~/Desktop/izum_C/toolbox> deno i 01/23/2025 10:05:49 上午Warning The following packages contained npm lifecycle scripts (preinstall/install/postinstall) that were not executed:
┠─ npm:core-js@3.40.0
┃
┠─ This may cause the packages to not work correctly.
┖─ To run lifecycle scripts, use the
--allow-scripts
flag withdeno install
:deno install --allow-scripts=npm:core-js@3.40.0
~/Desktop/izum_C/toolbox> deno run dev 01/23/2025 10:05:54 上午Task dev farm
[ Farm ] Using config file at C:\Users\CEO\Desktop\izum_C\toolbox\farm.config.ts
[ building ] ⠂ transform (19) \0plugin-vue:export-helper
[ Farm ] Error: Failed to start the server
Caused by: Error: Can not resolve
vue
from src/main.ts.Original error: None.
Potential Causes:
vue
points to does not exist.vue
is an dependency from node_modules, if you are using pnpm refer to [https://pnpm. io/faq#pnpm-does-not-work-with-your-project-here] for solutions.vue
is a alias, make sure your alias config is correct.Can not resolve
vue
from src/App.vue.Original error: None.
Potential Causes:
vue
points to does not exist.vue
is an dependency from node_modules, if you are using pnpm refer to [https://pnpm. io/faq#pnpm-does-not-work-with-your-project-here] for solutions.vue
is a alias, make sure your alias config is correct.Can not resolve
vue
from src/App.vue.Original error: None.
Potential Causes:
vue
points to does not exist.vue
is an dependency from node_modules, if you are using pnpm refer to [https://pnpm. io/faq#pnpm-does-not-work-with-your-project-here] for solutions.vue
is a alias, make sure your alias config is correct.Can not resolve
vue
from src/components/Greet.vue.Original error: None.
Potential Causes:
vue
points to does not exist.vue
is an dependency from node_modules, if you are using pnpm refer to [https://pnpm. io/faq#pnpm-does-not-work-with-your-project-here] for solutions.vue
is a alias, make sure your alias config is correct.Can not resolve
vue
from src/components/Greet.vue.Original error: None.
Potential Causes:
vue
points to does not exist.vue
is an dependency from node_modules, if you are using pnpm refer to [https://pnpm. io/faq#pnpm-does-not-work-with-your-project-here] for solutions.vue
is a alias, make sure your alias config is correct.Can not resolve
vue
from src/components/Greet.vue.Original error: None.
Potential Causes:
vue
points to does not exist.vue
is an dependency from node_modules, if you are using pnpm refer to [https://pnpm. io/faq#pnpm-does-not-work-with-your-project-here] for solutions.vue
is a alias, make sure your alias config is correct.Can not resolve
@tauri-apps/api/tauri
from src/components/Greet.vue.Original error: None.
Potential Causes:
@tauri-apps/api/tauri
points to does not exist.@tauri-apps/api/tauri
is an dependency from node_modules, if you are using pnpm refer to [https://pnpm. io/faq#pnpm-does-not-work-with-your-project-here] for solutions.@tauri-apps/api/tauri
is a alias, make sure your alias config is correct.at logError (file:///C:/Users/CEO/Desktop/izum_C/toolbox/node_modules/.deno/@farmfe+core@1.6.6/node_modules/@farmfe/core/dist/server/error.js:74:15)
at Server.compile (file:///C:/Users/CEO/Desktop/izum_C/toolbox/node_modules/.deno/@farmfe+core@1.6.6/node_modules/@farmfe/core/dist/server/index.js:63:29)
at async Server. listen (file:///C:/Users/CEO/Desktop/izum_C/toolbox/node_modules/.deno/@farmfe+core@1.6.6/node_modules/@farmfe/core/dist/server/index.js:45:9)
at async start (file:///C:/Users/CEO/Desktop/izum_C/toolbox/node_modules/.deno/@farmfe+core@1.6.6/node_modules/@farmfe/core/dist/index.js:35:9)
at async handleAsyncOperationErrors (file:///C:/Users/CEO/Desktop/izum_C/toolbox/node_modules/.deno/@farmfe+cli@1.0.4/node_modules/@farmfe/cli/dist/utils.js:111:9)
What does the proposed API look like?
'deno run dev' works properly
The text was updated successfully, but these errors were encountered: