Code Monkey home page Code Monkey logo

Comments (7)

amrbashir avatar amrbashir commented on June 8, 2024

Looks like yarn2+ removed --ignore-scripts option 😕. Thanks for reporting.

Looks like I need to adapt create-tauri-app to yarn1, yarn2+, npm6&7&8 and pnpm6&7

from create-tauri-app.

amrbashir avatar amrbashir commented on June 8, 2024

for now you can use yarn1 to create the project, then after it is created, use yarn2+

from create-tauri-app.

GiantappMan avatar GiantappMan commented on June 8, 2024

yarn1.22.15 still reports an error

yarn create tauri-app
yarn create v1.22.15
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...

success Installed "[email protected]" with binaries:
      - create-tauri-app
文件名、目录名或卷标语法不正确。
error Command failed.
Exit code: 1
Command: C:\Users\user\AppData\Local\Yarn\bin\create-tauri-app
Arguments: 
Directory: C:\Users\user\Desktop\test
Output:

info Visit https://yarnpkg.com/en/docs/cli/create for documentation about this command.

from create-tauri-app.

amrbashir avatar amrbashir commented on June 8, 2024

try yarn create tauri-app --verbose and if possible the content of yarn-error.log file

from create-tauri-app.

GiantappMan avatar GiantappMan commented on June 8, 2024

nothing changed

PS C:\Users\user\Desktop\test> node -v
v16.14.0
PS C:\Users\user\Desktop\test> yarn create tauri-app --verbose
yarn create v1.22.15
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
success Installed "[email protected]" with binaries:
      - create-tauri-app
文件名、目录名或卷标语法不正确。
error Command failed.
Exit code: 1
Command: C:\Users\ying\AppData\Local\Yarn\bin\create-tauri-app
Arguments: --verbose
Directory: C:\Users\user\Desktop\test
Output:

from create-tauri-app.

amrbashir avatar amrbashir commented on June 8, 2024

is there any yarn-error.log files there after you run the command?

from create-tauri-app.

GiantappMan avatar GiantappMan commented on June 8, 2024

no yarn-error.log file.

but npx create-tauri-app works

from create-tauri-app.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.