-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
nuxt build
fails with promises.cp is not a function
#21723
Labels
Comments
With #21745
|
littledivy
added a commit
that referenced
this issue
Jan 5, 2024
Fixes #20803 Fixes #21723 Performance: copying a 48GiB rust `target` folder (recursive) | Platform | `deno` | `node v21.5` | Improvement | | -------- | ------- | ------- | ------- | | macOS (APFS) | 3.1secs | 127.99 secs | **42x** | | Windows | 18.3secs | 67.2secs | **3.8x** | Copying files with varying sizes: ![image](https://github.com/denoland/deno/assets/34997667/58932652-6f7a-47f5-8504-896dc9ab4ddc)
bartlomieju
pushed a commit
that referenced
this issue
Jan 12, 2024
Fixes #20803 Fixes #21723 Performance: copying a 48GiB rust `target` folder (recursive) | Platform | `deno` | `node v21.5` | Improvement | | -------- | ------- | ------- | ------- | | macOS (APFS) | 3.1secs | 127.99 secs | **42x** | | Windows | 18.3secs | 67.2secs | **3.8x** | Copying files with varying sizes: ![image](https://github.com/denoland/deno/assets/34997667/58932652-6f7a-47f5-8504-896dc9ab4ddc)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To re-produce, run the following commands:
deno run npm:nuxi@latest init myapp cd myapp deno task build --preset=deno_deploy
error logs:
The text was updated successfully, but these errors were encountered: