简体   繁体   English

Lindo(Dofus-touch emulator) “npm-install error” node-sass@4.9.3 postinstall: `node scripts/build.js`

[英]Lindo(Dofus-touch emulator) “npm-install error” node-sass@4.9.3 postinstall: `node scripts/build.js`

I'm trying to build Lindo dofus touch Lindo whenever I try to do npm install it gives me an error.每当我尝试进行 npm 安装时,我都在尝试构建 Lindo dofus touch Lindo ,但它会给我一个错误。 I've try to upgrade an downgrade my node-sass -v, and tried to install node js 12x.我尝试升级降级我的 node-sass -v,并尝试安装 node js 12x。 node didn't work.节点没有工作。 Anyone can try任何人都可以尝试

$ git clone https://github.com/prixe/lindo.git
$ cd lindo
$ npm install

I also tried deleting and installing without "package-lock.json"我也尝试在没有“package-lock.json”的情况下删除和安装

My versions:
Node v13.0.1
Npm v6.12.1
node-sass       4.13.0  (Wrapper)       [JavaScript]
libsass         3.5.4   (Sass Compiler) [C/C++]

here is my error log:这是我的错误日志:

50999 verbose stack Error: node-sass@4.9.3 postinstall: `node scripts/build.js`
50999 verbose stack Exit status 1
50999 verbose stack     at EventEmitter.<anonymous> (C:\Users\barisgun\AppData\Roaming\npm\node_modules\npm\node_modules\npm-lifecycle\index.js:332:16)
50999 verbose stack     at EventEmitter.emit (events.js:210:5)
50999 verbose stack     at ChildProcess.<anonymous> (C:\Users\barisgun\AppData\Roaming\npm\node_modules\npm\node_modules\npm-lifecycle\lib\spawn.js:55:14)
50999 verbose stack     at ChildProcess.emit (events.js:210:5)
50999 verbose stack     at maybeClose (internal/child_process.js:1028:16)
50999 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:283:5)
51000 verbose pkgid node-sass@4.9.3
51001 verbose cwd C:\Users\barisgun\lindo
51002 verbose Windows_NT 10.0.18362
51003 verbose argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\barisgun\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js" "install"
51004 verbose node v13.0.1
51005 verbose npm  v6.12.1
51006 error code ELIFECYCLE
51007 error errno 1
51008 error node-sass@4.9.3 postinstall: `node scripts/build.js`
51008 error Exit status 1
51009 error Failed at the node-sass@4.9.3 postinstall script.
51009 error This is probably not a problem with npm. There is likely additional logging output above.
51010 verbose exit [ 1, true ]

Something in your dependency chain is trying to install node-sass 4.9.3, which isn't supported by Node 13. You'll need to find what that dependency is and see if there is a version that uses a node-sass 4.13.0 if you want to run Node 13.您的依赖项链中的某些内容正在尝试安装 node-sass 4.9.3,而 Node 13 不支持此功能。您需要找到该依赖项并查看是否有使用 node-sass 4.13 的版本。如果要运行节点 13,则为 0。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 npm 安装 -&gt; 在 node-sass@4.9.3 安装后脚本失败 - npm install -> Failed at the node-sass@4.9.3 postinstall script 错误 npm install - node-sass@4.13.1 postinstall: `node scripts/build.js - ERROR npm install - node-sass@4.13.1 postinstall: `node scripts/build.js node-sass@4.5.1 安装后:`node scripts/build.js` - node-sass@4.5.1 postinstall: `node scripts/build.js` node-sass@3.8.0后安装:`node scripts / build.js`在node-sass@3.6.0后安装脚本&#39;node scripts / build.js&#39;失败退出状态1 - node-sass@3.8.0 postinstall: `node scripts/build.js` Failed at the node-sass@3.6.0 postinstall script 'node scripts/build.js' Exit status 1 ERR node-sass@4.7.2 安装后:`node scripts/build.js` - ERR node-sass@4.7.2 postinstall: `node scripts/build.js` Ubuntu上的docker上的keystonejs与docker问题node-sass@4.5.0安装后:`node scripts / build.js - keystonejs with docker on Ubuntu issue node-sass@4.5.0 postinstall: `node scripts/build.js 无法创建新的Ionic 3项目npm ERR! 代码ELIFECYCLE npm ERR! errno 1 npm错误! node-sass@4.5.3安装后:`node scripts / build.js` - Unable to create a new Ionic 3 project npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! node-sass@4.5.3 postinstall: `node scripts/build.js` 在node-sass@0.9.6安装脚本'node build.js'失败 - Failed at the node-sass@0.9.6 install script 'node build.js' 错误〜node_modules / node-sass:命令失败退出代码:1命令:运行rails新应用程序时的节点脚本/build.js - error ~node_modules/node-sass: Command failed Exit code: 1 Command: node scripts/build.js when running rails new application npm-install 命令生成 node-pre-gyp 错误! 构建错误 - npm-install command generate node-pre-gyp ERR! build error
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM