Super-fast alternative for babel. Latest version: 1.11.13, last published: 2 days ago. Start using @swc/core-darwin-arm64 in your project by running `npm i @swc/core-darwin-arm64`. There are 4 other projects in the npm registry using @swc/core-darwin-arm
安装puppeteer,报错 reify:next: timing reifyNode:node_modules/@next/swc-darwin-arm64 解决 June 前端攻城狮 1 人赞同了该文章 这一版是网络问题,Puppeteer 需要额外安装大量的浏览器相关的安装文件,比较大,然后一直卡在这个命令上,看起来似乎命令执行卡住了。 可以尝试使用以下命令进行安装: npm i puppeteer -...
Xhyenchanged the title [-]No loader is configured for ".node" files: node_modules/@swc/core-darwin-arm64/swc.darwin-arm64.node[/-] [+]npm 运行的时候报错 node_modules/@swc/core-darwin-arm64/swc.darwin-arm64.node[/+] on Feb 2, 2024Xhyen commented on Feb 2, 2024 Xhyen on Feb ...
This is the **aarch64-apple-darwin** binary for `@next/swc`. Latest version: 15.3.1, last published: 13 days ago. Start using @next/swc-darwin-arm64 in your project by running `npm i @next/swc-darwin-arm64`. There are 9 other projects in the npm registry
swc_core v16.4.0Assets 31 swc-darwin-arm64 30 MB 2025-03-04T17:03:52Z swc-darwin-x64 31.7 MB 2025-03-04T17:03:54Z swc-html.darwin-arm64.node 13.3 MB 2025-03-04T16:42:19Z swc-html.darwin-x64.node 14.6 MB 2025-03-04T16:41:42Z swc-html.linux-arm-gnueabihf....
{ loadError = e; } break; case 'arm64': localFileExisted = existsSync(join(__dirname, 'swc.darwin-arm64.node')); try { if (localFileExisted) { nativeBinding = require('./swc.darwin-arm64.node'); } else { nativeBinding = require('@swc/core-darwin-arm64'); } } catch (e) ...
lineText: " return require('@swc/core-darwin-arm64')", namespace: '', suggestion: '' }, notes: [], pluginName: '', text: 'No loader is configured for ".node" files: node_modules/@swc/core-darwin-arm64/swc.darwin-arm64.node' ...
darwin","arch":"arm64"}),但不能在使用linux的部署环境中工作。您需要确保在部署之前删除此库。
2 changes: 1 addition & 1 deletion 2 packages/core/scripts/npm/darwin-arm64/package.json Original file line numberDiff line numberDiff line change @@ -1,6 +1,6 @@ { "name": "@swc/core-darwin-arm64", "version": "1.10.1-nightly-20241209.1", "version": "1.10.1", "os": [ "...
Error: Cannot find module './swc.darwin-arm64.node' Require stack: - /<sanitized>/Projects/yarn-4-swc/node_modules/@swc/core/binding.js - /<sanitized>/Projects/yarn-4-swc/node_modules/@swc/core/postinstall.js at Module._resolveFilename (node:internal/modules/cjs/loader:1134:15) ...