简体   繁体   English

这个错误是什么意思,我该如何解决?

[英]What does this error mean and how do I fix it?

After trying to create a react app with the command npx create-react-app myApp , this error message popped up.尝试使用命令npx create-react-app myApp后,弹出此错误消息。 What does it mean?这是什么意思?

OSX: 10.15.6 node version 10.13.0 npm version 6.14.4 OSX:10.15.6 节点版本 10.13.0 npm 版本 6.14.4

internal/modules/cjs/loader.js:582
    throw err;
    ^

Error: Cannot find module '../lib/utils/unsupported.js'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:580:15)
    at Function.Module._load (internal/modules/cjs/loader.js:506:25)
    at Module.require (internal/modules/cjs/loader.js:636:17)
    at require (internal/modules/cjs/helpers.js:20:18)
    at /usr/local/lib/node_modules/npm/bin/npm-cli.js:19:21
    at Object.<anonymous> (/usr/local/lib/node_modules/npm/bin/npm-cli.js:153:3)
    at Module._compile (internal/modules/cjs/loader.js:688:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:699:10)
    at Module.load (internal/modules/cjs/loader.js:598:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:537:12)```

This error means that you are trying to run a module unsupported.js from a folder that doesn't contain it, to solve this look in the folder pallet locate the unsupported.js file and then check the root folder where this file is located, and access the folder from terminal or locate the folder in your computer and then open the folder from your IDE so that you will be able to access the files in the folder此错误意味着您正在尝试从不包含它的文件夹中运行模块unsupported.js ,要解决此问题,请在文件夹托盘中找到unsupported.js文件,然后检查该文件所在的根文件夹,并从终端访问该文件夹或在您的计算机中找到该文件夹,然后从您的 IDE 打开该文件夹,以便您能够访问该文件夹中的文件

暂无
暂无

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

相关问题 导出函数 javascript 错误是什么意思,我该如何解决? - What does the export function javascript error mean and how can I fix it? websocket上的以下错误是什么意思以及如何解决 - what does the following error on websocket mean and how to fix it 这个错误“null is not an object”是什么意思? 我该怎么办? - What does this error "null is not an object "mean? And what should I do? 什么“模块{路径} \\ src \\ app \\ sales \\ models \\ index.ts没有静态导出”是​​什么意思,我该如何解决? - What does “Module {path}\src\app\sales\models\index.ts has no static exports” mean and how do I fix it? 这个错误是什么意思,我该如何解决:throw new TypeError('app.use() requires a middleware function')? - What does this error mean and how would I fix it: throw new TypeError('app.use() requires a middleware function')? 当我在终端输入“heroku logs --tail”时如何修复以下错误? 这是什么意思? - How to fix the following errors when I typed in “heroku logs --tail” on my terminal ?? what does it mean? 为什么我会收到 404 错误,没有 Firebase 应用“[DEFAULT]”是什么意思? - Why do I get a 404 error and what does no Firebase App '[DEFAULT]' mean? “ &gt;&gt;&gt;&gt;”或“ &lt;&lt;&lt;&lt;”在JavaScript中的含义或作用 - What does “>>>>” or “<<<<” mean or do in Javascript if语句中的in表示什么或意味着什么? - What does in do or mean in an if statement? 如果二进制数据是“ 4字节单一格式”,那是什么意思?如何用JavaScript读取它? - What does it mean if binary data is “4 byte single format” and how do I read it in JavaScript?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM