AbdullahAlfaraj / AbdullahAlfaraj/neural-style-website
error token when “sudo npm run tic”
- 主要语言
- JavaScript
- 星标
- 30
- 派生
- 7
- PR 合并指标
- 30 天内没有已合并 PR
描述
@AbdullahAlfaraj HI !
when I run this command "sudo npm run tic" , an error occurred.The log is here:
Segmentation fault
npm ERR! Linux 4.4.0-53-generic
npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "run" "tsc"
npm ERR! node v4.2.6
npm ERR! npm v3.5.2
npm ERR! code ELIFECYCLE
npm ERR! neural-style-website@0.1.0 tsc: `tsc`
npm ERR! Exit status 139
npm ERR!
npm ERR! Failed at the neural-style-website@0.1.0 tsc script 'tsc'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the neural-style-website package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! tsc
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs neural-style-website
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls neural-style-website
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /home/sojoyoo/neural_style_website/npm-debug.log
my node version is v.4.2.6. OS is ubuntu 16.04
do you have any idea to handle this ?
thank you !
贡献指南
这个仓库没有索引到贡献指南
调研方向
Check the package.json for the 'tsc' script definition and see what TypeScript version is required. The segmentation fault suggests a Node.js version mismatch or a native module issue. Start by updating Node.js to a supported version, then run 'npm install' and 'npm run tsc' again. Look at the npm-debug.log for more details.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- node.js, typescript
- 领域
- build-system, cli
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100