-
-
Notifications
You must be signed in to change notification settings - Fork 187
Description
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:[email protected]
┃
┠─ This may cause the packages to not work correctly.
┖─ To run lifecycle scripts, use the --allow-scripts
flag with deno install
:
deno install --allow-scripts=npm:[email protected]
~/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:
- The file that
vue
points to does not exist. - Install it first if
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. - If
vue
is a alias, make sure your alias config is correct.
Can not resolve vue
from src/App.vue.
Original error: None.
Potential Causes:
- The file that
vue
points to does not exist. - Install it first if
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. - If
vue
is a alias, make sure your alias config is correct.
Can not resolve vue
from src/App.vue.
Original error: None.
Potential Causes:
- The file that
vue
points to does not exist. - Install it first if
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. - If
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:
- The file that
vue
points to does not exist. - Install it first if
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. - If
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:
- The file that
vue
points to does not exist. - Install it first if
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. - If
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:
- The file that
vue
points to does not exist. - Install it first if
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. - If
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:
- The file that
@tauri-apps/api/tauri
points to does not exist. - Install it first if
@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. - If
@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/@[email protected]/node_modules/@farmfe/core/dist/server/error.js:74:15)
at Server.compile (file:///C:/Users/CEO/Desktop/izum_C/toolbox/node_modules/.deno/@[email protected]/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/@[email protected]/node_modules/@farmfe/core/dist/server/index.js:45:9)
at async start (file:///C:/Users/CEO/Desktop/izum_C/toolbox/node_modules/.deno/@[email protected]/node_modules/@farmfe/core/dist/index.js:35:9)
at async handleAsyncOperationErrors (file:///C:/Users/CEO/Desktop/izum_C/toolbox/node_modules/.deno/@[email protected]/node_modules/@farmfe/cli/dist/utils.js:111:9)
What does the proposed API look like?
'deno run dev' works properly